Skip to content

Fix search #8764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2025
Merged

Fix search #8764

merged 2 commits into from
Jun 17, 2025

Conversation

christianalfoni
Copy link
Contributor

@christianalfoni christianalfoni commented Jun 13, 2025

Fuse does not search individual keys, but creates a score across all fields... that is why search has been so sucky. Vibe coded this thing and verified. It also has a "Loading index...." indicator, cause previously it looked like the search result was empty, but it was just loading the index.

Fuse does not search individual keys, but creates a score across all fields... that is why search has been so sucky. Vibe coded this thing
Copy link

codesandbox bot commented Jun 13, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@christianalfoni christianalfoni requested a review from alexnm June 17, 2025 10:06
@christianalfoni christianalfoni merged commit fc143b1 into main Jun 17, 2025
9 of 15 checks passed
@christianalfoni christianalfoni deleted the fix-search branch June 17, 2025 12:31
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.

2 participants