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

Remove the search term escaping to improve search functionality. #72

Merged
merged 1 commit into from
Sep 11, 2022

Conversation

kura
Copy link
Contributor

@kura kura commented Sep 11, 2022

Summary

Remove the search term escaping to improve search functionality.

Details

This will allow search to now correctly split terms, as well as allow using + to force AND in the search query.
i.e. hi+hello means AND(Term(Hi), Term(Hello))

By default a space means OR, i.e. hi hello means OR(Term(hi), Term(hello))

Checks

  • Tested changes

… will allow search to now correctly split terms, as well as allow using + to force AND in the search query. i.e. 'hi+hello' means AND(Term(Hi), Term(Hello)), by default a space means OR, i.e. 'hi hello' OR(Term(hi), Term(hello))
@Linbreux Linbreux merged commit 1b0e6e4 into Linbreux:main Sep 11, 2022
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.

None yet

2 participants