pub const MATCH_ALL_QUERY: &str = "*";Expand description
Well-defined query constant that means “match all entries” in the Searcher trait.
FTS5 interprets * as a prefix wildcard that matches every token.
Searcher implementations MUST treat this value as a match-all query.