Rename Activity.Search to Search.DatabaseSearch
[akkoma] / docs / configuration / search.md
index 9adc7884ff65bc9ede3f19915c1402add16072c1..c7e77d9c2297a39ea4ee000e64587dc57ba4fe7d 100644 (file)
@@ -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.