simpleshop_theme/test
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
..
fixtures feat: add image optimizer module 2026-01-21 22:16:21 +00:00
simpleshop_theme add FTS5 full-text product search 2026-02-13 07:29:19 +00:00
simpleshop_theme_web add denormalized product fields and use Product structs throughout 2026-02-13 01:26:39 +00:00
support feat: add Printify order submission and fulfilment tracking 2026-02-08 09:51:51 +00:00
test_helper.exs mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00