dotnet / dotnet/efcore

Cosmos/FTS: Fuzzy search

Open
#36,204 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.