branch: externals/consult-recoll commit b0fa4831e047ed16a2a1460a53041f425dedd172 Author: jao <j...@gnu.org> Commit: jao <j...@gnu.org>
fix: using recoll's candidate ordering rather than alphabetical --- consult-recoll.el | 1 + 1 file changed, 1 insertion(+) diff --git a/consult-recoll.el b/consult-recoll.el index 43857cd402..fe2e890d39 100644 --- a/consult-recoll.el +++ b/consult-recoll.el @@ -111,6 +111,7 @@ If given, use INITIAL as the starting point of the query." :prompt consult-recoll-prompt :require-match t :lookup #'consult--lookup-member + :sort nil :initial (consult--async-split-initial initial) :history 'consult-recoll-history :category 'recoll-result))