Hi,
I am new to Elasticsearch, I was doing one POC on the Elasticsearch and I was trying to implement the phonetic search. For that, I have installed the phonetic analyzer in the server and created the index by putting the filter for phonetic. It is working as expected while doing the match query but when I am using muti type search query using _msearch, phonetic part is not working which is working in normal search so I was wondering if there is anything am I missing or it is not supported for _msearch query?