Skip to main content

Module fts_ops

Module fts_ops 

Source

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 tsquery boolean syntax.