aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-19 16:16:55 +0100
committerlain <lain@soykaf.club>2020-11-19 16:16:55 +0100
commit1c16c67c21236d924901c5b6d65b57f7db6a2783 (patch)
tree131963ad8d817420ccd11081355b53fb25a38159 /docs/configuration
parent1bad91cba207a9ffb900024cb4759cb5a6aa761a (diff)
downloadpleroma-1c16c67c21236d924901c5b6d65b57f7db6a2783.tar.gz
Cheatsheet: Add info about search_function
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 4d18ac30a..fa59a27e3 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -63,6 +63,7 @@ To add configuration to your config file, you can copy it from the base config.
* `external_user_synchronization`: Enabling following/followers counters synchronization for external users.
* `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`).
+* `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.