@mph
You can turn off the grouping via a configuration.
`(consult-customize consult-ripgrep :group nil)`
If you wrap consult-ripgrep or any consult command for that matter with your own command, you can do the above with your new command instead and the group setting should be applied to just it instead of consult-ripgrep.
I do this for my wrapper around consult-notes-search-in-all-notes, a function provided by consult-notes package, which you might want to check out, lets you search multiple directories.