-
Hello, I've noticed that the fuzzy search in some cases scores substring, contiguous matches lower than non-contiguous ones: $ cat /tmp/testfzf
streamlink --player mpv --player-passthrough hls https://www.twitch.tv/dota2ti best
ssh [email protected]
$ cat /tmp/testfzf | fzf --algo=v2 # and look up "tdoa"
top (selected) match: streamlink --player mpv --player-passthrough hls https://www.twitch.tv/dota2ti best
second match: ssh [email protected] Same happens with algo=v1. Is this intended? If so, it is counterintuitive. When I'm searching for "tdoa", I want substring matches first, not where those characters are spread out: ![]() Is this perhaps a bug? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should answer your question: |
Beta Was this translation helpful? Give feedback.
This should answer your question:
#4315 (comment)