From de0a6e095105ffee61928c364df4cf5587aba540 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 8 Oct 2014 10:08:47 -0700 Subject: [PATCH] Correction to file indexing: local only --- admin_manual/configuration/configuring_search.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration/configuring_search.rst b/admin_manual/configuration/configuring_search.rst index 604365929..00707b08c 100644 --- a/admin_manual/configuration/configuring_search.rst +++ b/admin_manual/configuration/configuring_search.rst @@ -8,7 +8,8 @@ filesystem (in ``owncloud/data/$user``) and does not require a database server. Using the Full-Text Search app is literally set-it-and-forget-it: all you do is enable it on your Apps page, and then it automatically indexes all documents on -your ownCloud server, including documents on remote shares. +your ownCloud server. It does not index files on remote storage services or +devices. .. figure:: ../images/lucene-search-enable.png @@ -26,5 +27,5 @@ It does not work with the Encryption app, because the background indexing process does not have access to the key needed to decrypt files when the user is not logged in. -Not all PDF versions can be indexed because the its text extraction is +Not all PDF versions can be indexed because the its text extraction may be incompatible with newer PDF versions. \ No newline at end of file