Hi All,
I have observed that if I put % in my ODATA API, it works like a wild card search.
For eg.
https://ORGURL/ api/data/v8.2/contacts?$select=telephone1&$filter=contains(telephone1, '%25')
The results that I am getting is different when I put '%25' and '25'
Let me know if any thoughts.