add LIKE substring fallback to search and update plan statuses

FTS5 prefix matching misses mid-word substrings (e.g. "ebook" in
"notebook"). When FTS5 returns zero results, fall back to LIKE
query on title and category with proper wildcard escaping. 4 new
tests, 757 total.

Also marks completed plan files (search, admin-redesign,
setup-wizard, products-context) with correct status.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-13 09:09:10 +00:00
parent 57c3ba0e28
commit edcbc596e3
7 changed files with 78 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# Plan: Implement product search in search modal
Status: Pending (after usability fixes)
Status: Complete (037cd16, 57c3ba0)
## Overview