From 23c8d6790536bec815071899600befd43f5231d7 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 5 May 2015 16:47:34 +0200 Subject: [PATCH] [IMP] warn about big amounts of documents --- document_reindex/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/document_reindex/README.rst b/document_reindex/README.rst index f7dbf8f7..ce560882 100644 --- a/document_reindex/README.rst +++ b/document_reindex/README.rst @@ -10,6 +10,11 @@ To reindex a single document, open its form and click the `Reindex document` but To reindex all documents, go to Settings / Configuration / Knowledge, check the box `Reindex all documents` or `Reindex all unindexed documents` and click apply. Those are done in the background, so watch your logs for the process to finish. +Known issues / Roadmap +====================== + +* Currently, this module is not fit for huge amounts of documents + Credits =======