diff options
| author | PrivateGER <privateger@privateger.me> | 2025-02-19 16:33:01 +0100 |
|---|---|---|
| committer | PrivateGER <privateger@privateger.me> | 2025-02-19 16:34:48 +0100 |
| commit | 691a9a6be2a3a0cd58397ee273a72c5b24c96a4e (patch) | |
| tree | 3e41045e6c0c5da7cefc13c862f9b5a11f3a57f4 /.config | |
| parent | change to sqlTsvector (diff) | |
| parent | simplify tsvector implementation, remove cover density (diff) | |
| download | sharkey-691a9a6be2a3a0cd58397ee273a72c5b24c96a4e.tar.gz sharkey-691a9a6be2a3a0cd58397ee273a72c5b24c96a4e.tar.bz2 sharkey-691a9a6be2a3a0cd58397ee273a72c5b24c96a4e.zip | |
Rename tsvector to sqlTsvector
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/example.yml b/.config/example.yml index fd30d8923b..d199544589 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -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 |