Fuzzy matching and substring search for full-text search
PreviewVerifiedAdded Sep 22, 2026
Full-text search now supports two new ways to match text: Fuzzy matching (typo tolerance) , In a query_string search, append ~ to a term to match indexed terms within a small edit distance: body:(compxter~1) matches computer. Use term~ for an automatic distance based on term length, or term~N for a fixed distance (N is 0–2).
Topics: SQL, Developer tools
Summaries of vendors' own notes. Product names and logos belong to their owners; logos via logo.dev.
More Pinecone Database releases
Every Pinecone Database release| Date | Release | Type |
|---|---|---|
| Aug 1 | Released Pinecone Terraform Provider v4.0.0 Update | Update |
| Jul 2 | Public preview: Restore a backup to a different region Preview | Preview |
| Aug 19 | Pod-to-serverless migration supports up to 50 million records Update | Update |
| Aug 21 | Index fullness metrics for dedicated read nodes Update | Update |
| Aug 25 | General availability: Bring Your Own Cloud (BYOC) GA | GA |
| Sep 1 | Egress metering and monthly egress allowances Update | Update |
| Sep 1 | BYOC stores cluster metadata in FoundationDB Update | Update |
| Sep 2 | General availability: Full-text search and the Documents API GA | GA |