diff options
author | Mint <mint@plagu.ee> | 2024-11-21 02:16:36 +0300 |
---|---|---|
committer | Mint <mint@plagu.ee> | 2024-11-21 02:16:36 +0300 |
commit | 3a82a51a6e8b25c2e58e75329e12a090ad977519 (patch) | |
tree | 9df3d4bff806f757b22efc6fec55e4d47ee2ab75 /docs/configuration/search.md | |
parent | d65f768b59649de5ed5e76d7dd8248c76fd81a9f (diff) | |
download | pleroma-3a82a51a6e8b25c2e58e75329e12a090ad977519.tar.gz pleroma-3a82a51a6e8b25c2e58e75329e12a090ad977519.zip |
Docs: fix OTP mix task command for Meilisearch
Diffstat (limited to 'docs/configuration/search.md')
-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 d34f84d4f..de1a72203 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 search.meilisearch show-keys <your master key here> + ./bin/pleroma_ctl 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 search.meilisearch index + ./bin/pleroma_ctl 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 search.meilisearch stats + ./bin/pleroma_ctl meilisearch stats ``` === "From Source" @@ -133,7 +133,7 @@ use the `clear` command: === "OTP" ```sh - ./bin/pleroma_ctl search.meilisearch clear + ./bin/pleroma_ctl meilisearch clear ``` === "From Source" |