Skip to main content

MATCH_ALL_QUERY

Constant MATCH_ALL_QUERY 

Source
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.