While searching on azure using Rest API provided by Microsoft Search API Not behaving correctly when search string contains '@'.
Example: I've 3 rows in Azure Document CES CES@123 CES@1234
When My search string was CES* then all 3 were the result. When My Search string was CES@123* then only one exact matching record was in result. When My Search string was CES@* then there was no result.
As per my requirement in case of "CES@*" search string, all 3 records should be part of result set.
I've tried " "(space) in replacement of @ it works, but my data contains @ for search I need to maintain this.
I'm using SearchMode:Any.