I have a search engine built using elastic search. I have a recent requirement that I need to do something like this.
there is a person named John Doe but in the platform, he is registered as JD ... now if I search for His name (John Doe) then I wont find any results because he exists in the system as JD
Is this type of search is possible through elastic search and if so how can I do that.
I am using elastic search nodejs Client.