Deluan
ccee33f474
fix(search): use explicit AND in FTS5 queries to fix apostrophe search
...
FTS5's implicit AND (space-separated tokens) silently fails when combined
with parenthesized OR groups produced by processPunctuatedWords. For example,
searching "you've got" generated the query `("you ve" OR youve*) got*` which
returned no results. Using explicit AND (`("you ve" OR youve*) AND got*`)
resolves this FTS5 quirk. Since implicit and explicit AND are semantically
identical in FTS5, this change is safe for all queries unconditionally.
2026-03-26 20:15:28 -04:00
..
2026-03-16 07:55:22 -04:00
2026-03-16 07:55:22 -04:00
2026-03-17 19:47:09 -04:00
2026-03-17 19:47:09 -04:00
2026-01-05 19:05:11 -05:00
2025-02-19 20:35:17 -05:00
2026-03-03 07:58:14 -05:00
2026-03-03 07:58:14 -05:00
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00
2025-02-19 20:35:17 -05:00
2026-02-08 09:57:30 -05:00
2025-11-14 22:15:43 -05:00
2026-02-08 09:57:30 -05:00
2026-03-03 07:58:14 -05:00
2026-03-08 23:57:49 -04:00
2026-03-17 19:47:09 -04:00
2024-09-20 11:22:37 -04:00
2026-02-08 09:57:30 -05:00
2024-11-19 18:41:50 -05:00
2026-02-08 09:57:30 -05:00
2026-02-22 22:05:59 -05:00
2026-03-04 22:42:49 -05:00
2026-02-21 19:57:13 -05:00
2025-06-11 17:26:13 -04:00
2026-02-08 09:57:30 -05:00
2026-01-14 19:22:48 -05:00
2026-01-14 19:22:48 -05:00
2026-03-02 08:56:56 -05:00
2026-03-02 08:56:56 -05:00
2024-11-19 18:41:50 -05:00
2023-12-09 13:52:17 -05:00
2024-11-19 18:41:50 -05:00
2026-03-18 18:57:33 -04:00
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00
2025-12-06 11:07:18 -05:00
2026-02-08 09:57:30 -05:00
2026-03-15 00:12:58 -04:00
2026-03-15 00:12:58 -04:00
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00
2025-07-20 15:58:21 -04:00
2026-02-08 09:57:30 -05:00
2024-11-19 18:41:50 -05:00
2026-02-08 09:57:30 -05:00
2025-12-16 06:38:50 -05:00
2026-02-23 08:51:54 -05:00
2026-02-23 08:51:54 -05:00
2026-03-26 20:15:28 -04:00
2026-03-26 20:15:28 -04:00
2026-02-23 08:51:54 -05:00
2026-02-23 08:51:54 -05:00
2026-02-23 08:51:54 -05:00
2026-02-23 08:51:54 -05:00
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00
2025-11-20 09:27:42 -05:00
2025-05-21 22:19:23 -04:00
2026-02-08 09:57:30 -05:00
2023-12-09 13:52:17 -05:00
2025-11-06 14:54:01 -05:00
2026-01-14 19:22:48 -05:00