Skip to content

Commit 01a52f3

Browse files
committed
fix
1 parent 846a45c commit 01a52f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/api/tables_views.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The :code:`fts` filter mentioned above has a number of options to support flexib
193193
194194
curl "http://localhost:3000/tsearch?my_tsv=not.wfts(french).amusant"
195195
196-
Using `websearch_to_tsquery` requires PostgreSQL of version at least 11.0 and will raise an error in earlier versions of the database.
196+
This also works with columns of text and JSON types, converting them to ``tsvector`` accordingly.
197197

198198
.. _v_filter:
199199

0 commit comments

Comments
 (0)