How to search for job title synonyms like "Product Manager", "PM", "Product Lead", etc.?

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!

Hi @Orel_Sapir .

I would recommend reading Search with synonyms | Elastic Docs

This seems like a good use case for Semantic Search

Perhaps take a look at these docs