is it possible to perform a case insensitive search on DocumnetDb?
Let\'s say I have a record with \'name\' key and value as \"Timbaktu\"
This will work:
Cosmos recently added a case-insensitive option for string functions:
You now have an option to make these string comparisons case-insensitive: Contains, EndsWith, StringEquals, and StartsWith. and Significant performance improvements have been realized for these string system functions. Each of these four string system functions now benefit from an index and will therefore have much lower latency and request unit (RU) consumption.
Announcement