From 14cb88ab957981c093889a822e3f0b9afe396a8e Mon Sep 17 00:00:00 2001 From: Artur Baltabayev <68421193+artur-baltabayev@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:02:57 +0100 Subject: [PATCH] KEYCLOAK-18727 Improve user search change notes. Co-authored-by: bal1imb --- release_notes/topics/17_0_0.adoc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 release_notes/topics/17_0_0.adoc diff --git a/release_notes/topics/17_0_0.adoc b/release_notes/topics/17_0_0.adoc new file mode 100644 index 0000000000..7a151c117d --- /dev/null +++ b/release_notes/topics/17_0_0.adoc @@ -0,0 +1,6 @@ += Highlights + +== Improved User Search + +{project_name} now supports a glob-like syntax for the user search when listing users in the Admin Console, +which allows for three different types of searches: prefix (`foo*` which became the default search), infix (`\*foo*`), and exact `"foo"`)