You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a clear and concise description of what the bug is.
Steps to reproduce
List the steps to reproduce the behavior:
Go to persona bar (normally admin required)
Click on wrench icon, select "Users"
Enter text in the 'Search User' box.
Current result
Only exact matches of the user's name are matched. In 9.1.1, the entry was somewhat more flexible.
Expected result
Allow search that does not match beginning at the start of the user's name (eg, search by last name), and also allow searching by email address and/or username.
9.2.1
[?] 9.2
9.1.1
9.1
9.0
Affected browser
Chrome
Firefox
Safari
[?] Internet Explorer
[?] Edge
The text was updated successfully, but these errors were encountered:
Search has not "degraded", but it was changed back to database search (DNN 9.0 and 9.1.x used Lucene search index). You should be able to append "%" to perform a left search - usually this is performed while you type and exact search upon enter.
Search includes fields username, email. firstname, lastname and displayname.
Description of bug
Provide a clear and concise description of what the bug is.
Steps to reproduce
List the steps to reproduce the behavior:
Current result
Only exact matches of the user's name are matched. In 9.1.1, the entry was somewhat more flexible.
Expected result
Allow search that does not match beginning at the start of the user's name (eg, search by last name), and also allow searching by email address and/or username.
Affected browser
The text was updated successfully, but these errors were encountered: