tractatus/public/js
TheFlow a15b285bb1 feat: implement Priority 3 - Enhanced search with faceted filtering
Add comprehensive search functionality to docs.html with:
- Faceted filters (quadrant, persistence, audience)
- Real-time search with 300ms debounce
- Search history with localStorage (last 10 searches)
- Keyboard navigation (Ctrl+K, arrows, Enter, Esc)
- Search tips modal with usage guide
- Result highlighting with query term emphasis
- Performance optimized (<500ms response time)

Backend enhancements:
- Enhanced /api/documents/search endpoint with filter support
- Combined text search + metadata filtering
- Returns pagination and filter state

Frontend additions:
- Search UI in docs.html (search bar, 3 filter dropdowns)
- docs-search-enhanced.js module with all functionality
- Search results panel with document cards
- Search tips modal with keyboard shortcuts

CSP Compliance:
- No inline event handlers or scripts
- All event listeners attached via external JS
- Pre-action check validated all files

Reference: docs/FEATURE_RICH_UI_IMPLEMENTATION_PLAN.md lines 123-156
Priority: 3 of 10 (8-10 hour estimated, completed)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 18:06:15 +13:00
..
admin security: harden admin panel before production deployment 2025-10-11 17:26:50 +13:00
components feat: implement Priority 1 - Public Blog System with governance enhancements 2025-10-11 14:47:01 +13:00
demos feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
utils feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
blog-post.js feat: implement Priority 1 - Public Blog System with governance enhancements 2025-10-11 14:47:01 +13:00
blog.js feat: implement Priority 1 - Public Blog System with governance enhancements 2025-10-11 14:47:01 +13:00
docs-app.js feat: implement documentation reorganization with archives 2025-10-11 01:26:14 +13:00
docs-search-enhanced.js feat: implement Priority 3 - Enhanced search with faceted filtering 2025-10-11 18:06:15 +13:00
docs-viewer-app.js feat: fix CSP violations & implement three audience paths 2025-10-07 12:21:00 +13:00
koha-transparency.js feat: complete Priority 2 - Enhanced Koha Transparency Dashboard 2025-10-11 17:14:34 +13:00