I’m building a bot backed by Azure Search, we defined a synonym map, added it to an existing index but when we search by terms that exist only as synonyms and not indexed, the search results are the same as before adding the synonym map, seems that the synonyms are being completely ignored.
Is there a way to check if the map is being taken into consideration and why my queries are not taking them into consideration?