You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Searching on drug dogs gives you results about dogs and results about drugs. There should be a way to create phrases to pass to elasticsearch. Maybe turning "drug dogs" into a boolean AND query could do it. Need to check ES docs on boolean queries and the analyzer settings, cause I think there was supposed to be an issue with it.
Code in 66f4e46. Add an option to PliableSearchForm to run auto_query rather than a raw_search. Allow PliableSearchBackend to check query_string for a string that ran through AutoQuery.
This seems to give the ability to perform match searches on synonyms and query string syntax for advanced searches (but without synonyms). Form provides the switch for turning on the query string syntax.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Searching on drug dogs gives you results about dogs and results about drugs. There should be a way to create phrases to pass to elasticsearch. Maybe turning "drug dogs" into a boolean AND query could do it. Need to check ES docs on boolean queries and the analyzer settings, cause I think there was supposed to be an issue with it.
Related to #15
The text was updated successfully, but these errors were encountered: