diff --git a/changelog/unreleased/fix-search-by-exact-mail.md b/changelog/unreleased/fix-search-by-exact-mail.md new file mode 100644 index 000000000..7e85130ba --- /dev/null +++ b/changelog/unreleased/fix-search-by-exact-mail.md @@ -0,0 +1,7 @@ +Bugfix: Fix search by exact email + +Users can be searched by exact email by using double quotes on the search +parameter. Note that double quotes are required because the "@" char is +being interpreted by the parser. + +https://github.com/owncloud/ocis/pull/8035