You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Substring matching: Previously FTS5 missed alphanumeric tokens like XYZ789, mixed CJK-English queries, and any substring that wasn't a full FTS5 token. Now all queries go through both FTS5 (fast, when applicable) AND LIKE fallback (catches everything FTS5 misses).
Improvements
Unified search logic — removed 3 separate code paths (CJK/English/date-filtered) into one
Case-insensitive LIKE matching for all languages
Consistent TF-density scoring across all search modes