Skip to content
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

feat: add fuzzy search to console #2629

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

wesbillman
Copy link
Collaborator

Fixes #2626

  • also add struct field names

- also add struct field names
@wesbillman wesbillman requested review from a team and deniseli and removed request for a team September 5, 2024 23:27
if (query === '') {
setFilteredItems([])
} else {
const results = fuse.search(query).map((result) => result.item)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hell yeah!

@wesbillman wesbillman added this pull request to the merge queue Sep 6, 2024
Merged via the queue into main with commit 14f4a37 Sep 6, 2024
26 checks passed
@wesbillman wesbillman deleted the add-fuse-for-fuzzy-search branch September 6, 2024 19:18
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.

Add fuzzy search library and add struct fields to global search/command palette
2 participants