Skip to content

Implement fuzzy search. #47

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

Closed
wants to merge 1 commit into from
Closed

Conversation

vtambourine
Copy link

@hzoo, please, consider my implementation of rules fuzzy search.
Here I run fuzzy search twice — first on rules name, second (among rules that didn't hit on the first run) on rules summary. Then I show two groups of matched rules together, with name matched on top. Here I tried to preserve original logic, but made it little more sane. Unfortunately, I am able to highlight only name, not summary, because of summary often contains markup.

@vtambourine vtambourine changed the title Implement fuzzy search #46 Implement fuzzy search. Resolves #46 Nov 3, 2015
@vtambourine vtambourine changed the title Implement fuzzy search. Resolves #46 Implement fuzzy search. Nov 3, 2015
@mdevils
Copy link
Member

mdevils commented Nov 5, 2015

I think it's better to do a simple search using concatenated title + summary. And I don't think we need markup in summary (at least for the highlighted items).

@hzoo
Copy link
Member

hzoo commented Jan 4, 2017

@vtambourine Thanks so much for your original PR! Just closing out old issues/prs since we've merged with ESLint

@hzoo hzoo closed this Jan 4, 2017
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