| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-10 | Fix approximate queries on nullable categories | JP Appel | |
| 2025-08-10 | Change approximate statmenets to use sqlite MATCH operator | JP Appel | |
| 2025-08-05 | Add headings category to query lang | JP Appel | |
| 2025-07-28 | Resolve multiple todos | JP Appel | |
| 2025-07-28 | Fix incorrect compiling of regex queries on set categories | JP Appel | |
| 2025-07-28 | Add regex operator | JP Appel | |
| Implemented regex operator using go flavored regular expressions. Added optimization to combine regex's in `OR` clauses. | |||
| 2025-07-27 | Remove unimplemented external command operators | JP 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-30 | Add filepath to searchable categories | JP Appel | |
| 2025-06-30 | Implement compiled query execution | JP Appel | |
| 2025-06-28 | Add leveld optimization wrapper | JP Appel | |
| 2025-06-26 | Improve compilation of clauses to sqlite3 SQL | JP Appel | |
| 2025-06-24 | Add first pass of query compiler | JP Appel | |
