Re-exports§
pub use pg_fts_funcs::lower_pg_fts_match;pub use pg_fts_funcs::lower_pg_plainto_tsquery;pub use pg_fts_funcs::lower_pg_to_tsquery;pub use pg_fts_funcs::lower_pg_websearch_to_tsquery;pub use pg_fts_funcs::lower_phraseto_tsquery;pub use tsquery_parser::parse_tsquery;
Modules§
- pg_
fts_ funcs - Lowering helpers for PG full-text search surface operators.
- tsquery_
parser - Recursive-descent parser for PostgreSQL
tsqueryboolean syntax.