aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/compiler.go
AgeCommit message (Expand)Author
2025-08-10Fix approximate queries on nullable categoriesJP Appel
2025-08-10Change approximate statmenets to use sqlite MATCH operatorJP Appel
2025-08-05Add headings category to query langJP Appel
2025-07-28Resolve multiple todosJP Appel
2025-07-28Fix incorrect compiling of regex queries on set categoriesJP Appel
2025-07-28Add regex operatorJP Appel
2025-07-27Remove unimplemented external command operatorsJP Appel
2025-06-30Add filepath to searchable categoriesJP Appel
2025-06-30Implement compiled query executionJP Appel
2025-06-28Add leveld optimization wrapperJP Appel
2025-06-26Improve compilation of clauses to sqlite3 SQLJP Appel
2025-06-24Add first pass of query compilerJP Appel