From 4efe8fd43b6ac8ed798e426f825b0cc3c97dc91c Mon Sep 17 00:00:00 2001 From: Andre Duffeck Date: Thu, 10 Nov 2022 16:09:00 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5469ef07..06156ee960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Do not reindex a space twice at the same time: [#5001](https://github.com/owncloud/ocis/pull/5001) * Bugfix - Fix notifications Web UI url: [#4998](https://github.com/owncloud/ocis/pull/4998) +* Enhancement - Add the "hidden" state to the search index: [#5018](https://github.com/owncloud/ocis/pull/5018) ## Details @@ -26,6 +27,13 @@ The following sections list the changes for unreleased. "NOTIFICATIONS_WEB_UI_URL". https://github.com/owncloud/ocis/pull/4998 + +* Enhancement - Add the "hidden" state to the search index: [#5018](https://github.com/owncloud/ocis/pull/5018) + + We changed the search service to store the "hidden" state of entries in the search index. That + will allow for filtering/searching hidden files in the future. + + https://github.com/owncloud/ocis/pull/5018 # Changelog for [2.0.0-rc.1] (2022-11-05) The following sections list the changes for 2.0.0-rc.1.