Is it possible to do a search query with an exact ...
# community-help
s
Is it possible to do a search query with an exact phrase and only have the exact matches returned? For instance if I query
united nations
I would expect only results with that exact query and a result like
the nations are united
would not be included. Is this possible? Currently it seems the exact phrase is prioritized as the top results, however, I need to filter out the non-exact matches from my results.
Maybe I jumped the gun on this, it seems this is now possible in 0.23? Is that correct?
j
That's right, in v0.23 if you surround search terms with double quotes, you’ll get the behavior you're describing