Apply database session parameter to improve GIN full text search
authorMark Felder <feld@FreeBSD.org>
Thu, 20 Feb 2020 21:34:10 +0000 (15:34 -0600)
committerMark Felder <feld@FreeBSD.org>
Thu, 20 Feb 2020 21:34:10 +0000 (15:34 -0600)
config/config.exs

index 0eff26653a895775f8678daedd773da277169c99..641b2c8673dfd56ef854d71a6e5e02d26c93ceda 100644 (file)
@@ -617,6 +617,8 @@ config :pleroma, :modules, runtime_dir: "instance/modules"
 
 config :pleroma, configurable_from_database: false
 
+config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"]
+
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.
 import_config "#{Mix.env()}.exs"