Skip to content

feat: match multi-word queries across fields and word order - #388

Merged
timc1 merged 1 commit into
mainfrom
feat/match-multi-word-queries
Aug 9, 2026
Merged

feat: match multi-word queries across fields and word order#388
timc1 merged 1 commit into
mainfrom
feat/match-multi-word-queries

Conversation

@timc1

@timc1 timc1 commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Enables fuse's token search with tokenMatch 'all', which matches each word independently and requires every word to match somewhere, so adding a word narrows rather than widens.

Query Before After
get sta none Getting started
cha the none Change theme…
contact email none Contact
social twitter none Twitter
api usekbar none useKBar

@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kbar Ready Ready Preview Aug 9, 2026 3:32pm

Base automatically changed from fix/fuse-7-search-weights to main August 9, 2026 15:32
Enables fuse's token search with tokenMatch 'all', which matches each
word independently and requires every word to match somewhere, so adding
a word narrows rather than widens.
@timc1
timc1 force-pushed the feat/match-multi-word-queries branch from b52698e to 51ee8a0 Compare August 9, 2026 15:32
@timc1
timc1 merged commit 33608ee into main Aug 9, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant