Opened 11 years ago
Closed 11 years ago
#32913 closed enhancement (fixed)
Improve network user searching
| Reported by: | johnbillion | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | multisite |
Description
Follow-up to #27304
On the Users screen in Network Admin, searching for users is a terrible experience. The user needs to be aware of the need to use a * wildcard character at the beginning and/or end of the search term, otherwise the search requires an exact match.
We should default to searching everything, all the time, as an extension to what we've just done in #27304.
Attachments (1)
Change History (6)
#2
follow-up:
↓ 3
@
11 years ago
- Keywords commit 2nd-opinion added
- Milestone Awaiting Review → 4.4
Any objections?
#3
in reply to: ↑ 2
@
11 years ago
- Keywords 2nd-opinion removed
Replying to johnbillion:
Any objections?
I think we should drop it in and it give a shot. Early enough in the cycle that any performance concerns should surface.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
32913.patch wraps the search term in asterisks in the same way that performing a user search on a single-site installation does.
This could have some performance concerns, but I think the same arguments presented in #27304 apply, in that being able to find users is much more important than the speed of the query.