Similar to the admin page to search for projects, we should have a page for admins to search for users. Refer to [#7589] for what fields are indexed.
I like the way the project search is set up and configurable. Doing the same for users will be great.
Fields to list in the search results:
Closed #648.
je/42cc_7656
I've branched off [#7589] and made a few fixes along the way, so you can review both at the same time.
Related
Tickets:
#7589Feedback on both this and [#7589] together:
brond*
should match against a user indexed with "Dave Brondsema".search.user.additional_fields
specified, especiallylast_access_login_ip, last_access_session_ip
, the table gets too wide and it doesn't all fit. Two ideas, maybe do them both:.ini
settings: one for fields to display and one for fields to search by. So you can have lots of search options but not display them all in the results.Related
Tickets:
#7589Closed #654. Rebased and force-pushed
je/42cc_7656