berrypod/lib/simpleshop_theme_web/components/shop_components
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
..
base.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
cart.ex add denormalized product fields and use Product structs throughout 2026-02-13 01:26:39 +00:00
content.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
layout.ex add FTS5 full-text product search 2026-02-13 07:29:19 +00:00
product.ex add FTS5 full-text product search 2026-02-13 07:29:19 +00:00