Config, Docs: Remove search_function
authorlain <lain@soykaf.club>
Fri, 20 Nov 2020 15:33:11 +0000 (16:33 +0100)
committerlain <lain@soykaf.club>
Fri, 20 Nov 2020 15:33:11 +0000 (16:33 +0100)
config/config.exs
docs/configuration/cheatsheet.md

index 8d054570426d1c4e2b98d5e9c67bd42977e825a4..be52576631b33e38c2cb4a75cc8b24d614c11687 100644 (file)
@@ -264,8 +264,7 @@ config :pleroma, :instance,
     ]
   ],
   show_reactions: true,
-  password_reset_token_validity: 60 * 60 * 24,
-  search_function: :websearch
+  password_reset_token_validity: 60 * 60 * 24
 
 config :pleroma, :welcome,
   direct_message: [
index 1b321d103cc331654f4fec12768442974bd7b197..85551362cedd64b84ceb1284609fdd07381ad27e 100644 (file)
@@ -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.