Currently when the user searches "united kingdom", they are also getting results about 'united arab emirates'. I am looking to define a synonym map that would help me show results only about 'United kingdom'
Have tried defining the following synonym map
- 'united kingdom, uk\n'
- 'united kingdom, uk => tag001\n' - Tried the elastic search way
- 'united kingdom => uk\n'
In all the cases I am still getting matches with 'united arab emirates'
Appreciate any help on how to structure the synonym map properly?