Make tag-search use case-insensitive sort order

This commit is contained in:
Chris Barrett
2022-08-19 00:52:47 +12:00
parent 8958210df3
commit 4604d452d4

View File

@@ -236,7 +236,7 @@ QUERY is an `org-tags-filter'."
:instructions "The list below contains nodes matching the given tags."
:placeholder "No search results"
:buffer-name org-roam-search-tags-buffer-name
:sort (-on #'string-lessp #'org-roam-node-title))))
:sort #'org-roam-review-sort-by-title-case-insensitive)))
(provide 'org-roam-search)