In previous DNN versions (pre DNN9) we had a filter that allowed us to filter users based on different options (name, email, profile property, ...). On DNN 9 this is all gone and I can't seem to find a way to find users based on any profile property.
Questions:
- is there a way to specify which fields will DNN use for the search filter?
- if not, what is it currently using for filtering?
Posted By Vicenç Masanas on 16 Jul 2019 03:06 AM I think I found the answer myself. 1. No, the list of searched fields is fixed on stored proc Personabar_GetUsersBySearchTerm 2. The current filter search includes fields: UserName, DisplayName, Email, FirstName, LastName So if you need to add more options to the search you'll need to hack this stored proc.
Or, "fix" it with a pull request? :)
I think long-term, this use case could be much more common. Adding an advanced search option to the core seems to be a good idea. :)
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.