Enable soundex level search

how to enable soundex search in querying data from Elastic search DB? thanks

I believe you need to install and use the phonetic analysis plugin. As far as I can see the phonetic token filter supports soundex. I have however not used it so do not have any examples.

thanks, we will try that.