Cosmos/FTS: Fuzzy search
Open
area-cosmos
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.