Skip to main content

parse_tsquery

Function parse_tsquery 

Source
pub fn parse_tsquery(input: &str) -> Result<FtsQuery>
Expand description

Parse a PG tsquery string into an FtsQuery tree.

Empty input is rejected with SqlError::Parse.