Is it possible to provide multiple terms? #498
-
Say I want to do a free-text search on all categories, but additionally filter to only results where another term matches a specific category. The only solution I can think of now is to first do the free-text search, then also do an additional search to filter the specific category, then return the intersection between them. Say I have a database of games, and the user enters the free-text "candy" but has applied the "genre" filter "roguelike". If I want the result to filter to both of these, what approach should I take? It seems like this can be done with filters but that you then lose the advanced text-matching like thresholds, stemming, stop-words etc. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Also interested in combining vector with classic tag search. |
Beta Was this translation helpful? Give feedback.
-
This is coming soon! |
Beta Was this translation helpful? Give feedback.
This is coming soon!