From 188b3ada950cf0ec838128754711ca67e4164e4b Mon Sep 17 00:00:00 2001 From: FreDTV <70434961+Fred-DTV@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:44:29 +0200 Subject: [PATCH 1/2] Update containers.twig Add note to Fulltextsearch about initial scanning process Signed-off-by: FreDTV <70434961+Fred-DTV@users.noreply.github.com> --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index e8d982d1..8718863b 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -552,7 +552,7 @@ {% if is_fulltextsearch_enabled == true %} <input type="checkbox" id="fulltextsearch" name="fulltextsearch" checked="checked"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br> {% else %} - <input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br> + <input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (NOTE: If enabled on systems with many files, be aware that the first scan process might take a while, during which Nextcloud will be unavailable. And needs ~1GB additional RAM)</label><br> {% endif %} {% if is_imaginary_enabled == true %} <input type="checkbox" id="imaginary" name="imaginary" checked="checked"><label for="imaginary">Imaginary (for previews of heic, heif, illustrator, pdf, svg, tiff and webp. Imaginary is currently <a href="https://github.com/nextcloud/server/issues/34262">incompatible with server-side-encryption</a>)</label><br><br> From 499992d39092fc53030a4be44cb8e8bf202970c1 Mon Sep 17 00:00:00 2001 From: FreDTV <70434961+Fred-DTV@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:00:59 +0200 Subject: [PATCH 2/2] Update php/templates/containers.twig Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: FreDTV <70434961+Fred-DTV@users.noreply.github.com> --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 8718863b..02809fad 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -552,7 +552,7 @@ {% if is_fulltextsearch_enabled == true %} <input type="checkbox" id="fulltextsearch" name="fulltextsearch" checked="checked"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br> {% else %} - <input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (NOTE: If enabled on systems with many files, be aware that the first scan process might take a while, during which Nextcloud will be unavailable. And needs ~1GB additional RAM)</label><br> + <input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM. <b>Please note:</b> the initial indexing can take a long time during which Nextcloud will be unavailable)</label><br> {% endif %} {% if is_imaginary_enabled == true %} <input type="checkbox" id="imaginary" name="imaginary" checked="checked"><label for="imaginary">Imaginary (for previews of heic, heif, illustrator, pdf, svg, tiff and webp. Imaginary is currently <a href="https://github.com/nextcloud/server/issues/34262">incompatible with server-side-encryption</a>)</label><br><br>