diff options
author | lain <lain@soykaf.club> | 2020-11-20 16:33:11 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-20 16:33:11 +0100 |
commit | 25a03a9b5b8b37e3ac5bd69f4b520695e4b148bb (patch) | |
tree | cb949fcccc747490ccf7882fa6d8fc6f307817ae /docs | |
parent | 8532325d65ccf3dccdfc129fe0a49d1fb2cb580f (diff) | |
download | pleroma-25a03a9b5b8b37e3ac5bd69f4b520695e4b148bb.tar.gz |
Config, Docs: Remove search_function
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 1b321d103..85551362c 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -64,7 +64,6 @@ To add configuration to your config file, you can copy it from the base config. * `cleanup_attachments`: Remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances. * `show_reactions`: Let favourites and emoji reactions be viewed through the API (default: `true`). * `password_reset_token_validity`: The time after which reset tokens aren't accepted anymore, in seconds (default: one day). -* `search_function`: What search function to use for fulltext search. Possible values are `:websearch` and `:plain`. `:websearch` enables more complex search queries, but requires at least PostgreSQL 11. (default: `websearch`) ## Welcome * `direct_message`: - welcome message sent as a direct message. |