| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-10 | Change db schema; remove aliases, add fts5 integration | JP Appel | |
| Greatly simplify db schema by removing alias functionality. Create fts5 tables for text search over paths, headings, titles, meta, authors, and links. | |||
| 2025-08-05 | Add headings category to query lang | JP Appel | |
| 2025-08-02 | Add initial todos for new heading category | JP Appel | |
| The heading category is planned to be backed by a single db text column. The column will be a concatenation of all ATX style heading matches, with a newline delimiter. | |||
| 2025-08-02 | Improve initial db connection | JP Appel | |
| Now checks for presence of db version metadata in before attempting to create database schema. | |||
| 2025-07-28 | Remove todo contexts | 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-22 | Add periodic db optimizations | JP Appel | |
| 2025-07-19 | Add key-val db table for metadata | JP Appel | |
| 2025-07-18 | Add methods for updating existing document entries | JP Appel | |
| Additionally optimize various database queries | |||
| 2025-07-02 | Add link parsing | JP Appel | |
| 2025-06-30 | Implement compiled query execution | JP Appel | |
| 2025-05-26 | Refactor db code | JP Appel | |
| 2025-04-27 | Large commit; many features | JP Appel | |
