Postgres has some advanced text search types and features that Django uses that we we don't support --
https://www.postgresql.org/docs/10/functions-textsearch.html
https://www.postgresql.org/docs/10/datatype-textsearch.html
This includes the tsvector
and regconfig
types and operations on them.
tsvector
datastructuretsquery
datastructureto_tsvector
to_tsquery
phraseto_tsquery
plainto_tsquery
websearch_to_tsquery
tsquery_phrase
@@
ts_rank
ts_rank_cd
strip(tsvector)
setweight(tsvector)
array_to_tsvector(text[])
numnode(tsquery)
querytree(tsquery)
ts_delete(tsvector, text)
ts_headline
ts_rewrite
tsvector_to_array(tsvector)
jsonb_to_tsvector
/ json_to_tsvector
( sql: support jsonb_to_tsvector #109955)unnest(tsvector)
And SQL operators for tsvector:
@@
(matching a tsvector and tsquery)Jira issue: CRDB-5464
Epic: CRDB-22357
kocoten1992, dinedal, bikbah, fauno, lime008 and 28 more
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4