-
Hello To clarify the title, I'll give a concrete example: when calling consult-ripgrep and using orderless, if you add “!” to a completion, it won't look for lines that don't match the search "!", but will look for lines that match with the extra “!” character. Step to reproduce :
Thank you in advance for your answers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
consult-ripgrep
doesn't use Orderless for the pattern arguments, passed torg
. See https://github.com/minad/consult?tab=readme-ov-file#asynchronous-search for details.