You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make diacritic_sensitive parameter optional to support $text operator on Cosmos DB (#1089)
* Fix(find): allow excluding the diacritic sensitivity parameter
This fixes [the issue](#1088) with Azure CosmosDB for MongoDB which does not support diacritic sensitivity.
* Docs(find): explain when to set `diacritic_sensitive` to `None`
* Test(find): test when `diacritic_sensitive` is set to `None`
0 commit comments