Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user search functionality degraded since 9.1; suggest improvement #2393

Closed
4 of 7 tasks
franksiler opened this issue Oct 12, 2018 · 2 comments
Closed
4 of 7 tasks

user search functionality degraded since 9.1; suggest improvement #2393

franksiler opened this issue Oct 12, 2018 · 2 comments

Comments

@franksiler
Copy link

Description of bug

Provide a clear and concise description of what the bug is.

Steps to reproduce

List the steps to reproduce the behavior:

  1. Go to persona bar (normally admin required)
  2. Click on wrench icon, select "Users"
  3. 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
@sleupold
Copy link
Contributor

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.

@franksiler
Copy link
Author

Thanks so much- that gets me where I need to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants