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

integrations: Use phrase_match instead of fuzzysearch. #9825

Merged
merged 3 commits into from
Jun 27, 2018

Conversation

shubham-padia
Copy link
Member

Fixes #9822.

Extracts phrase_match to common.js so it can be used by other
components like integrations search.
Fixes zulip#9822.
fuzzysearch matched query if the query letters appeared in sequence.
Here we use the extracted phrase_match to match query with the prefixes
of words.
@showell
Copy link
Contributor

showell commented Jun 25, 2018

LGTM.

@showell showell merged commit c72d38d into zulip:master Jun 27, 2018
@showell
Copy link
Contributor

showell commented Jun 27, 2018

Merged, thanks @shubham-padia!

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

Successfully merging this pull request may close these issues.

None yet

3 participants