diff --git a/changelog/unreleased/fix-index-mapping.md b/changelog/unreleased/fix-index-mapping.md index 36e353093..aff6ada10 100644 --- a/changelog/unreleased/fix-index-mapping.md +++ b/changelog/unreleased/fix-index-mapping.md @@ -1,5 +1,5 @@ -Enhancement: Add simple user listing UI +Bugfix: Fix index mapping -We added an extension for ocis-web that shows a simple list of all existing users. +The index mapping was not being used because we were not using the right blevesearch TypeField, leading to username like properties like `preferred_name` and `on_premises_sam_account_name` to be case sensitive. -https://github.com/owncloud/ocis-accounts/pull/51 +https://github.com/owncloud/ocis-accounts/issues/73