Merge pull request #2747 from opencloud-eu/fix/search-readme-force-rescan-flag

docs(search): fix force-rescan flag name in README
This commit is contained in:
Dominik Schmidt
2026-05-12 19:13:53 +02:00
committed by GitHub

View File

@@ -118,11 +118,11 @@ It can also be used to re-index all spaces:
opencloud search index --all-spaces
```
Please note that a reindex only picks up new files. Files that have already been indexed are not indexed again, even if the configuration or the whole extractor has been changed. To force a full reindex you need to use the `force-reindex` flag:
Please note that a reindex only picks up new or changed files. Files that have already been indexed are not scanned again, even if the configuration or the whole extractor has been changed. To force a full rescan (re-running the extractor on every file) you need to use the `force-rescan` flag:
```shell
opencloud search index --all-spaces --force-reindex
opencloud search index --all-spaces --force-rescan
```
## Metrics