aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/compiler.go
AgeCommit message (Collapse)Author
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
Implemented regex operator using go flavored regular expressions. Added optimization to combine regex's in `OR` clauses.
2025-07-27Remove unimplemented external command operatorsJP Appel
Executing external commands against file metadata is a serious security risk. The desired features of most external commands can be safely implemented using SQLite native functions.
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