From 22218b3d290b4dbe3af9a55de821a638d6c9a51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 31 Jul 2020 13:48:22 +0200 Subject: [PATCH] Update fix-index-mapping.md we --- changelog/unreleased/fix-index-mapping.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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