Skip to content

Commit 3052915

Browse files
authored
Merge pull request #3178 from Fred-DTV/Fred-DTV-patch-1
Update wording for FTS
2 parents 6f154ee + 499992d commit 3052915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/templates/containers.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
{% if is_fulltextsearch_enabled == true %}
553553
<input type="checkbox" id="fulltextsearch" name="fulltextsearch" checked="checked"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br>
554554
{% else %}
555-
<input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br>
555+
<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>
556556
{% endif %}
557557
{% if is_imaginary_enabled == true %}
558558
<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>

0 commit comments

Comments
 (0)