[Proposal] Configurable number of characters to start the search #196
jarofromel
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Search is very computationally costly, so for performance reasons I chose 4 characters as the threshold for incremental search. However you can force the search to proceed at any time by pressing the Search or equivalent key on your keyboard (on Gboard it appears to be a 🔍 icon; for a hardware keyboard it's probably the Enter key). I'm not inclined to add a setting for this because this falls under the umbrella of things that should just work. I would consider:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the search starts when I type at least 4 characters. It would be nice to have option where I can set this.
Self-ish reason:
I frequently use 3 character flags/signs in my notes.
(gwd - google keyword, sbs - step by step, lll - list of lists of lists etc)
Not so self-ish reason:
My usage experience (other search engines, completion mechanism) is the search usually starts after I write 2 or 3 chars.
I almost wrote the issue at the time of beginning with orgro that the search does not work (I spent several minutes writing different 3 chars keywords until I wrote something with 4 chars).
Beta Was this translation helpful? Give feedback.
All reactions