Tags give the ability to mark specific points in history as being important
-
1.1.0
f864f74e · ·Since version 1.0.4, this release features a complete architectural overhaul with pure SQL implementation, adds native FTS5 highlighting via processor plugin, implements batch indexing and query logging, introduces trigram-based partial matching, adds missing facet support, extracts shared condition logic into a new ConditionHelper service, and upgrades to PHPStan level 8 with bug fixes and test improvements across 84 files.
-
1.0.2
c8d1ba8a · ·- Query logging: Add SQLite-specific query logging for debugging and performance analysis. - Facets: Properly handle OR facets with correct count calculation. - Facets: Group facet items by set to reduce number of queries. - FacetBuilder: Use IN query for small result sets (< 500 items) for better performance. - Optimize FacetBuilder with dual-strategy approach (IN clause vs temp table). - Add grouping optimization for facet queries.
-
1.0.1
bfebb303 · ·### New Features - Index Operations UI - New admin interface for optimize, rebuild, clear, and reindex operations - Concurrency Settings - Configurable retry parameters, busy timeout, and read-only connections for better performance under load ### Improvements - Verbose logging now respects settings across all components - Increased default busy timeout (10s), retries (5), and retry delay (200ms) - Simplified module config schema