We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846a45c commit 01a52f3Copy full SHA for 01a52f3
docs/references/api/tables_views.rst
@@ -193,7 +193,7 @@ The :code:`fts` filter mentioned above has a number of options to support flexib
193
194
curl "http://localhost:3000/tsearch?my_tsv=not.wfts(french).amusant"
195
196
-Using `websearch_to_tsquery` requires PostgreSQL of version at least 11.0 and will raise an error in earlier versions of the database.
+This also works with columns of text and JSON types, converting them to ``tsvector`` accordingly.
197
198
.. _v_filter:
199
0 commit comments