Expand description
FTS query type used by SqlPlan::TextSearch.
FtsQuery is the structured representation of a full-text search query
after lowering from PG surface syntax (to_tsquery, plainto_tsquery,
websearch_to_tsquery, @@). The executor in nodedb-query maps each
variant to the corresponding nodedb-fts query mode.
Enumsยง
- FtsQuery
- A structured full-text search query, lowered from PG tsquery syntax.