| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-01 | Improve server logging | JP Appel | |
| 2025-07-28 | Remove todo contexts | JP Appel | |
| 2025-07-28 | Add yaml output format | JP Appel | |
| 2025-07-23 | Implement basic server over unix datagram | JP Appel | |
| 2025-07-23 | Update help info | JP Appel | |
| 2025-07-22 | Add periodic db optimizations | JP Appel | |
| 2025-07-22 | Separate program entry point from commands | JP Appel | |
| 2025-07-19 | Improve command documentation and query output | JP Appel | |
| Add flags to change document and list separator in query output. Simplified cutom output format handling. | |||
| 2025-07-18 | Add flag to avoid crawling hidden files | JP Appel | |
| 2025-07-18 | Add methods for updating existing document entries | JP Appel | |
| Additionally optimize various database queries | |||
| 2025-07-18 | Improved logging | JP Appel | |
| 2025-07-02 | Add experimental http server | JP Appel | |
| 2025-07-02 | Add WriteTo like methods to Outputter interface | JP Appel | |
| The additional methods `OutputOneTo` and `OutputTo` allow outputting a document or documents directly to a writer. | |||
| 2025-07-02 | Add link parsing | JP Appel | |
| 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 | Add sane defaults for indexing and db storage | JP Appel | |
| 2025-06-26 | Add non-interactive mode to shell, fix interactive sizing | JP Appel | |
| 2025-06-26 | Move category and operator iterators | JP Appel | |
| 2025-06-26 | Add improved line editing to debug shell | JP Appel | |
| Improved line editing include moveable cursor and command history | |||
| 2025-06-19 | Add multiple clause and tree level optimizations | JP Appel | |
| Implement optimizations that can be called in parallel or serial. Optimizations occur mostly in place and result in a logically equivalent tree when used correctly. Optimizations ============= * Sort - sort all statements within a clause tree * Simplify - apply negation rules to all statements * Flatten - merge child clauses with parents * Compact - merge equivalent statements * Tidy^ - remove zero statements * Contradictions - zero contradicting statements and clauses * StrictEquality - zero fuzzy statements when exact statements are within clause * Tighten - combine multiple fuzzy statements to the least (AND) or most (OR) restrictive bounds ^: when used incorrectly can turn an invalid clause tree into a valid one | |||
| 2025-06-15 | Update tests and fix minor bugs | JP Appel | |
| 2025-06-13 | Add more flags to control document indexing | JP Appel | |
| Added support for the following * Ignore unpassable dates * Ignore parsing non-standard header keys * Ignore errors while parsing non-standard header keys | |||
| 2025-06-13 | Move debug shell into main binary as a command | JP Appel | |
| 2025-06-13 | Refactor commandline flag and argument parsing | JP Appel | |
| 2025-04-27 | Large commit; many features | JP Appel | |
