Files
music_library/lib/music_library
Claudio Ortolina ba2566828c Fix FTS5 crashes when searching with special characters
Always wrap FTS5 query terms in phrase double-quotes instead of
checking a hardcoded list of special characters. Characters like
|, ;, +, #, @ were missing from the list, causing FTS5 syntax
errors (production errors #1 and #1398). Phrase-quoting every term
produces identical results for normal ASCII search (verified via
SQL) while safely handling any character FTS5 chokes on.

Add regression tests for bare special characters and special
characters mixed with normal words.
2026-05-05 12:05:12 +01:00
..
2026-03-26 22:58:39 +00:00
2026-03-13 10:52:01 +00:00
2026-04-16 10:38:08 +01:00
2026-03-13 10:52:01 +00:00
2026-03-13 10:52:01 +00:00
2026-02-18 22:12:32 +00:00
2026-03-13 10:52:01 +00:00