From c99908f847148ac889162d442e562815dbccf4ba Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Fri, 4 Aug 2023 09:30:18 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f4b3a7f..6731ffa50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,20 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix the search: [#6947](https://github.com/owncloud/ocis/pull/6947) * Enhancement - Bump sonarcloud: [#6961](https://github.com/owncloud/ocis/pull/6961) * Enhancement - Extendable policy mimetype extension mapping: [#6869](https://github.com/owncloud/ocis/pull/6869) ## Details +* Bugfix - Fix the search: [#6947](https://github.com/owncloud/ocis/pull/6947) + + We fixed the issue when search using the current folder option shows the file/folders outside + the folder if search keyword is same as current folder + + https://github.com/owncloud/ocis/issues/6935 + https://github.com/owncloud/ocis/pull/6947 + * Enhancement - Bump sonarcloud: [#6961](https://github.com/owncloud/ocis/pull/6961) Bump sonarcloud to `5.0` to avoid java errors