When use Ctrl+K to search in my graph, it seems logseq use fuzzy searching as default.
Input
unrael
result will containunreal
andunrael
Fuzzy searching is fantastic, but sometimes I need precise search which just return what I just input.
Meanwhile, fuzzy searching has its drawback in performance. As we test with more than 1000 results in searching, logseq become clumsy and result page load slowly.
From my point, there should be an option to choice search mode:
- By default, using fuzzy searching
- Input keyword when searching or toggle on UI, change to precise searching
- Even add wildcard search mode
And more importantly, the UI information to tell the user which mode they are using is essential.