diff --git a/changelog/unreleased/fix-index-integrity.md b/changelog/unreleased/fix-index-integrity.md new file mode 100644 index 0000000000..2d83033cb3 --- /dev/null +++ b/changelog/unreleased/fix-index-integrity.md @@ -0,0 +1,5 @@ +Bugfix: Fix search index getting out of sync + +We fixed a problem where the search index got out of sync with child elements of a parent containing special characters. + +https://github.com/owncloud/ocis/pull/3851