X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfiguration%2Fsearch.md;h=c7e77d9c2297a39ea4ee000e64587dc57ba4fe7d;hb=c12879841836035da0a4dc2117459801f16a27fb;hp=9adc7884ff65bc9ede3f19915c1402add16072c1;hpb=7a9d9cf45728a2c6f2a426053ddcff7b9fb0c2d0;p=akkoma diff --git a/docs/configuration/search.md b/docs/configuration/search.md index 9adc7884f..c7e77d9c2 100644 --- a/docs/configuration/search.md +++ b/docs/configuration/search.md @@ -6,7 +6,7 @@ To use built-in search that has no external dependencies, set the search module to `Pleroma.Activity`: -> config :pleroma, Pleroma.Search, module: Pleroma.Activity +> config :pleroma, Pleroma.Search, module: Pleroma.Search.DatabaseSearch While it has no external dependencies, it has problems with performance and relevancy.