From f455011fe75f1ab804199318abfec0079b2d152e Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Wed, 25 Feb 2026 10:31:26 +0530 Subject: [PATCH] fix(AI/ContextChat): correct type for auto_indexing config Signed-off-by: Anupam Kumar --- admin_manual/ai/app_context_chat.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin_manual/ai/app_context_chat.rst b/admin_manual/ai/app_context_chat.rst index 21699e227..98b725b5e 100644 --- a/admin_manual/ai/app_context_chat.rst +++ b/admin_manual/ai/app_context_chat.rst @@ -166,12 +166,12 @@ The options for each command can be found like this, using scan as example: ``co Configuration Options --------------------- -* ``auto_indexing`` boolean (default: true) - To allow/disallow the IndexerJob from running in the background +* ``auto_indexing`` string (default: 'true') + To allow/disallow the IndexerJob from running in the background. Not required to be configured normally. .. code-block:: - occ config:app:set context_chat auto_indexing --value=true --type=boolean + occ config:app:set context_chat auto_indexing --value='true' --type=string Logs @@ -189,9 +189,9 @@ Troubleshooting File access control rules not supported --------------------------------------- -In Nextcloud you can set up file access control rules using the [files_accesscontrol](https://apps.nextcloud.com/apps/files_accesscontrol) app to restrict access to certain files. +In Nextcloud you can set up file access control rules using the `files_accesscontrol `_ app to restrict access to certain files. -| Context Chat does **not** follow these rules +| Context Chat does **not** follow these rules. It is thus possible for users who have been denied access to a document via the files_accesscontrol app to still gain access via Context Chat if the document is visible in the files app for the user in question.