You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: