pub fn sanitize_fts5_query(query: &str) -> (String, String)Expand description
Sanitizes a free-form user query into (and_query, or_query) formatted for SQLite FTS5.
Each alphanumeric/underscore token is quoted and given a prefix wildcard: "token"*.