From b59139202dd38191e68690715033b6aee0e27fcc Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 13 Mar 2015 07:59:24 +0100 Subject: [PATCH] add note about modified search in restapi --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 895a09aca..91b9fcad5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,9 @@ - disabling clipboard will disable all clipboard functions not just the clipboard area on the ViewFolder page - if a user substitution was done, it will be done in the restapi too +- doSearch() in restapi applies the limit after filtering the hits + by access rights. This slows down search, but at least returns a + result set in cases where the user has access to very few documents only. -------------------------------------------------------------------------------- Changes in version 4.3.14