Search improvement idea #9676
-
Let's say we have the following entries for the file picker:
When I type in the file picker "nav nav", I expect it to not show the same results as searching for "nav". For example, I expect |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
There is no bug and it's working as intended. Multiple words are treated as |
Beta Was this translation helpful? Give feedback.
There is no bug and it's working as intended. Multiple words are treated as
and
sonav nav
matchesnav
andnav
which is indeed the same thing as searching just fornav
. This matches fzf. You need to usenavnav
if you want consequtive matches