Files
fizzy/app/models
Fernando Olivares 554182f4b4 Fix stemmer stripping hyphens instead of splitting on them
The stemmer was concatenating tokens across hyphens (e.g. "BC3-IOS-1D8B"
→ "bc3ios1d8b") while the query sanitizer split on them, causing MySQL
MATCH AGAINST to never find the indexed token. Replace non-word chars
with spaces instead of stripping them so indexing and querying tokenize
consistently.

Requires search:reindex after deploy to rebuild existing search records.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:16:39 -06:00
..
2026-02-17 13:57:24 +01:00
2025-12-11 10:25:34 +01:00
2026-02-12 10:29:50 +01:00
2025-12-09 20:24:09 -05:00
2026-02-12 10:29:50 +01:00
2026-02-02 12:36:48 +01:00
2025-12-16 16:44:20 +01:00
2025-12-17 08:56:08 +01:00
2026-02-02 13:38:34 +01:00
2025-11-14 11:44:04 +01:00
2026-02-02 13:38:34 +01:00
2026-02-02 14:08:52 +01:00
2025-11-27 12:34:31 -05:00
2026-02-02 12:36:48 +01:00
2025-07-21 20:11:03 -05:00
2025-11-17 09:11:36 -05:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00
2026-02-03 14:04:54 +01:00