aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/query.go
AgeCommit message (Collapse)Author
2025-07-22Separate program entry point from commandsJP Appel
2025-07-19Improve command documentation and query outputJP Appel
Add flags to change document and list separator in query output. Simplified cutom output format handling.
2025-07-18Improved loggingJP Appel
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