Rename tsvector to sqlTsvector
This commit is contained in:
commit
691a9a6be2
3 changed files with 4 additions and 4 deletions
|
|
@ -222,7 +222,7 @@ fulltextSearch:
|
|||
# You need to install pgroonga and configure it as a PostgreSQL extension.
|
||||
# In addition to the above, you need to create a pgroonga index on the text column of the note table.
|
||||
# see: https://pgroonga.github.io/tutorial/
|
||||
# - tsvector
|
||||
# - sqlTsvector
|
||||
# Use Postgres tsvectors.
|
||||
# You need to create a generated column and index on the note table to use this, followed by an ANALYZE on the table. Beware, this will take a while to be created and the database will remain locked during this process.
|
||||
# This also enables advanced search syntax, see documentation of websearch_to_tsquery: https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue