Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Work in Progress] Field search. #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[Work in Progress] Field search. #28

wants to merge 2 commits into from

Conversation

sah
Copy link

@sah sah commented Oct 30, 2019

  • Breadth-first.
  • Operates async, breaking up computation with setTimeout to keep the UI responsive.
  • Stops descending at the first result down a branch; expand results to drive the search to deeper levels.
  • Selecting search results will select the entire branch necessary to reach them.

Code is currently very sloppy.

Searches that find a lot of fields tend to be much faster than ones that find nothing. A good example search to try is "email".

@sah sah force-pushed the search branch 2 times, most recently from 4ce0a63 to 5f9e46c Compare October 30, 2019 12:12
@FluorescentHallucinogen
Copy link
Contributor

@sah Looking forward for this feature. Any progress? ;)

@eMerzh
Copy link

eMerzh commented Apr 2, 2020

i'm also interested in this .... :)

any way we can help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants