diff --git a/changelog/unreleased/fix-search-reindexing-performance-regression.md b/changelog/unreleased/fix-search-reindexing-performance-regression.md new file mode 100644 index 000000000..463891d04 --- /dev/null +++ b/changelog/unreleased/fix-search-reindexing-performance-regression.md @@ -0,0 +1,6 @@ +Bugfix: Fix Search reindexing performance regression + +We've fixed a regression in the search service reindexing step, causing the +whole space to be reindexed instead of just the changed resources. + +https://github.com/owncloud/ocis/pull/6085