diff --git a/changelog/unreleased/fix-indexing.md b/changelog/unreleased/fix-indexing.md new file mode 100644 index 000000000..01ebab8a7 --- /dev/null +++ b/changelog/unreleased/fix-indexing.md @@ -0,0 +1,6 @@ +Change: Fix index update on create/update + +We fixed a bug in creating/updating accounts and groups, that caused new entities not to show up in list queries. + +https://github.com/owncloud/ocis-accounts/issues/57 +https://github.com/owncloud/ocis-accounts/pull/59