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"`)