Function tantivy_query_grammar::parse_query_lenient
source · pub fn parse_query_lenient(query: &str) -> (UserInputAst, Vec<LenientError>)
Expand description
Parse a query, trying to recover from syntax errors, and giving hints toward fixing errors.