simpleshop_theme/lib/simpleshop_theme_web
jamey 037cd168cd add FTS5 full-text product search
Adds SQLite FTS5 search index with BM25 ranking across product title,
category, variant attributes, and description. Search modal now has
live results with thumbnails, prices, and click-to-navigate. Index
rebuilds automatically after each provider sync.

Also fixes Access syntax on Product/ProductImage structs (Map.get
instead of bracket notation) which was causing crashes when real
products were loaded from the database.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 07:29:19 +00:00
..
components add FTS5 full-text product search 2026-02-13 07:29:19 +00:00
controllers consolidate settings into single admin page 2026-02-12 09:04:51 +00:00
live add FTS5 full-text product search 2026-02-13 07:29:19 +00:00
plugs feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
admin_layout_hook.ex add admin sidebar layout with responsive drawer navigation 2026-02-12 08:35:22 +00:00
cart_hook.ex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
endpoint.ex add mobile swipe for product card images and fix dev asset caching 2026-02-10 12:24:52 +00:00
gettext.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
router.ex add FTS5 full-text product search 2026-02-13 07:29:19 +00:00
search_hook.ex add FTS5 full-text product search 2026-02-13 07:29:19 +00:00
telemetry.ex add observability: LiveDashboard in prod, error tracking, JSON logging 2026-02-08 17:02:21 +00:00
theme_hook.ex fix ThemeHook gate to validate session token not just presence 2026-02-12 14:47:07 +00:00
user_auth.ex fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00