What does HackerNews think of org-ql?
An Org-mode query language, including search commands and saved views
Language:
Emacs Lisp
#27
in
Emacs
Fuzzy searching with things like orderless/consult/grep covers a lot.
For more semantic searching I use https://github.com/alphapapa/org-ql
For my very large org-roam I'm investigating taking advantage of search in sqlite more.
See https://github.com/alphapapa/org-ql, which can be used to select entries with a SQL-like language, and then you can do whatever you like with the results.
> org-agenda is not fast enough, and is practically unusable with more than a few tens of files.
Please see https://github.com/alphapapa/org-ql, which implements agenda-like views with a much faster search backend.
See also https://github.com/alphapapa/org-ql which supports org-super-agenda grouping.
JFYI, there's an excellent package org-ql which works quite nice with many org files. It has org-ql-view built in, which works like org-agenda.