Hello, I've searched everywhere but did not found the anwser I was looking for.
How do I query CosmosDB ignoring accents?
Example:
{"id": "1", "name": "Émpresa 1" }
{"id": "2", "name": "empresa 2" }
SELECT * FROM container_name WHERE name LIKE 'empresa%'
I want to retrieve both records from this query, how can I do that?
If it's not possible "out of the box" then is there any workaround?
wherever the information provided helps you. This can be beneficial to other community members as well.