live grep AND operator
#1669
-
In Swiper (Emacs package equivalent), whitespaces act as wildcards so searching Is it possible to do the same with fzf-lua? It's might be the only thing keeping me using Telescope. And optionally, is it possible to disregard order of words so that Much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
rieje
Jan 16, 2025
Replies: 1 comment 6 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
glob_separator = ""
solved the issue for me, though it doesn't sound like it would work or make sense in the context of the following code. It's becauserg_glob_fn
requires the query to containglob_separator
. Not sure what to think of this since it works but what it implements was not the intention of therg_glob_fn
. The final code: