From 426d768d59d98c9e380d8601d98a1f80be5a4997 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Tue, 12 May 2026 16:34:23 +0200 Subject: [PATCH] docs(search): fix force-rescan flag name in README Closes #2721 --- services/search/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/search/README.md b/services/search/README.md index fa5ac0029e..03e56c687a 100644 --- a/services/search/README.md +++ b/services/search/README.md @@ -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