aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/query.go
AgeCommit message (Collapse)Author
2025-07-02Add experimental http serverJP Appel
2025-07-02Add WriteTo like methods to Outputter interfaceJP Appel
The additional methods `OutputOneTo` and `OutputTo` allow outputting a document or documents directly to a writer.
2025-06-30Add filepath to searchable categoriesJP Appel
2025-06-30Implement compiled query executionJP Appel