I am using Azure Search Filter option like follows
$filter=cityList/any(t: search.in(t, '1')) and name eq 'hi tech bar & restaurant' &search=*&scoringProfile=search-score&searchMode=Any&queryType=FULL
For all word filters except reserved words are working fine.
; / ? : @ = + &
Can anyone help me to find how to use reserved words in Azure Search Filters ??
Thanks in advance.