We have a site setup where we are querying by like...
# community-help
s
We have a site setup where we are querying by like this:
query_by: post_content, cad_tags, speaker, speaker_referred, countries, articles
If we search for Gandalf, it works for any word case with text_match score being respected. But in case of exact word, it does not respect the text_match score nor the tie breaker for the sequence of query_by fields listed above. For exact word case, we are wrapping query with double quotes. In the test case, if you search for Gandalf, it is mentioned 3 times in Historical Constitutions | Government of India Act, 1919 but it's not showing first in the search list. Does the text_match and tie breaker field ignored when searched with query being wrapped in double quotes. Test site: https://cadcodemanas.redstart.dev/search-with-typesense/