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

[Feature request] make the matching of the suggester inputs more fuzzy #117

Closed
danielo515 opened this issue Nov 5, 2023 · 1 comment · Fixed by #204
Closed

[Feature request] make the matching of the suggester inputs more fuzzy #117

danielo515 opened this issue Nov 5, 2023 · 1 comment · Fixed by #204
Assignees
Labels
enhancement New feature or request form-runtime

Comments

@danielo515
Copy link
Owner

danielo515 commented Nov 5, 2023

A initial approach could be to compile a little regex that matches every word separated by a space.
The ideal solution tough will be to use something like fuse.js and match not only on the note title, but other fields like tags, content and other metadata

@danielo515 danielo515 added enhancement New feature or request form-runtime labels Nov 5, 2023
@danielo515 danielo515 self-assigned this Nov 5, 2023
@danielo515
Copy link
Owner Author

Partially implemented in #119

@danielo515 danielo515 moved this to Backlog in Roadmap Dec 24, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Done in Roadmap Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request form-runtime
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant