Hi everyone,
I'm working on querying a collection of CVs using Elasticsearch. I want to search for the job title "Product Manager", but also retrieve results that include synonyms such as "PM", "Product Lead", "Product Strategist", and similar terms.
Is this possible to achieve with Elasticsearch?
If so, what’s the recommended approach - what query should I write?
Thanks in advance!