diff options
author | Mint <mint@plagu.ee> | 2024-11-21 16:52:30 +0300 |
---|---|---|
committer | Mint <mint@plagu.ee> | 2024-11-21 16:52:30 +0300 |
commit | 462a6a2000d10e3b6047bc72143ff239caf40186 (patch) | |
tree | 8ecb7552a8d3cd67d396f24cc5405da9712d4ceb /docs/configuration | |
parent | da7132caba49777c25413efc8adc90d27576b07f (diff) | |
download | pleroma-462a6a2000d10e3b6047bc72143ff239caf40186.tar.gz pleroma-462a6a2000d10e3b6047bc72143ff239caf40186.zip |
Revert "Docs: fix OTP mix task command for Meilisearch"
This reverts commit 3a82a51a6e8b25c2e58e75329e12a090ad977519.
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/search.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/search.md b/docs/configuration/search.md index de1a72203..d34f84d4f 100644 --- a/docs/configuration/search.md +++ b/docs/configuration/search.md @@ -73,7 +73,7 @@ you have to get the _private key_, which is actually used for authentication. === "OTP" ```sh - ./bin/pleroma_ctl meilisearch show-keys <your master key here> + ./bin/pleroma_ctl search.meilisearch show-keys <your master key here> ``` === "From Source" @@ -103,7 +103,7 @@ To start the initial indexing, run the `index` command: === "OTP" ```sh - ./bin/pleroma_ctl meilisearch index + ./bin/pleroma_ctl search.meilisearch index ``` === "From Source" @@ -118,7 +118,7 @@ of indexing and how many posts have actually been indexed, use the `stats` comma === "OTP" ```sh - ./bin/pleroma_ctl meilisearch stats + ./bin/pleroma_ctl search.meilisearch stats ``` === "From Source" @@ -133,7 +133,7 @@ use the `clear` command: === "OTP" ```sh - ./bin/pleroma_ctl meilisearch clear + ./bin/pleroma_ctl search.meilisearch clear ``` === "From Source" |