This is in public preview for the moment: ```sql WHERE FullTextContains(c.text, {"term": "red", "distance":1}, {"term": "bicycle", "distance": 2}) ``` * https://devblogs.microsoft.com/cosmosdb/new-generally-available-and-preview-search-capabilities-in-azure-cosmos-db-for-nosql/#public-preview:-fuzzy-search * https://learn.microsoft.com/en-us/azure/cosmos-db/gen-ai/full-text-search#fuzzy-search-preview
This is in public preview for the moment: