pub fn sqlite_fts_match_condition( id_column: impl IntoColumnRef + Copy, fts_table: &str, match_query: &str, ) -> SimpleExpr
Builds a SQLite FTS subquery condition matching row ids from an FTS table.