Fix false error in meilisearch index #221

Merged
floatingghost merged 4 commits from meilisearch-false-error into develop 2022-09-20 10:36:21 +00:00
Showing only changes of commit c8569aadaf - Show all commits

Remove incorrect assertion that ES posts are limited to public
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending

FloatingGhost 2022-09-20 11:36:00 +01:00

View file

@ -141,8 +141,7 @@ You then need to set the URL and authentication credentials if relevant.
### Initial indexing
After setting up the configuration, you'll want to index all of your already existsing posts. Only public posts are indexed. You'll only
have to do it one time, but it might take a while, depending on the amount of posts your instance has seen.
After setting up the configuration, you'll want to index all of your already existsing posts. You'll only have to do it one time, but it might take a while, depending on the amount of posts your instance has seen.
The sequence of actions is as follows: