Leon Wolf
08/27/2024, 10:51 AM"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
).
"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?