Thanks for the write-up <@U01NZ4D0LDD>! I'm trying...
# community-help
l
Thanks for the write-up @Jason Bosco! I'm trying to implement this following your advice, and am running into some problems. I tried to set up a test scenario for this, but am not getting the desired results. Querying
"product manager"
and
"product marketer"
individually returns 2 and 4 results respectively (which is correct). My goal is to end up with 6 search queries, matching both of the individual ones. Querying both together without
"
(
product manager product marketer
) returns 15 results , with many irrelevant results (like
product analyst
).
Copy code
"q": '"product manager" "product marketer"',
  "query_by": "job_title",
  "drop_tokens_threshold": 10000000,
  "drop_tokens_mode": "both_sides"
What would be the right configuration for such a search?