Fuzzy matching file contents, not file names: FZF-style searching isn't working, docs say FZF syntax is supported? #1990
Replies: 1 comment 4 replies
-
Snack pickers work in two modes: In In Tip You can switch between modes using As far as I understand,
The picker takes a different approach:
Technically, it is possible to adjust the picker to follow the same approach as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm probably wrong in my terminology because I'm failing to search for any solutions. So here's a screenshot of me using Snack's Grep picker:
Notice I've typed
evha
, as in event handler, line the line of text in the buffer above it. I would have expected it to find that.Here is the exact same query in the exact same working directory, except with

fzf-lua
:Notice that it immediately matches.
It's much "fuzzier". I don't really know how to describe this behavior, and Snack's Picker documentation says it supports FZF syntax, so I'm really not sure what the "problem" is. I understand that
grep
, and as an extensionrp
/ripgrep is regex based, which isn't quite the same thing as a fuzzy match, but I just feel like I'm a bit lost in terminology and don't even know what to look for.I'm willing to bet it's a
PEBKAC
orID-10T
error. I could use some help figuring this one out.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions