Rather than having a separate page to search through all the users, it would be nice to have a search field above the list, similar to the one on the URL Aliases page. It would greatly simplify the process of finding a specific user. :)

Comments

robertdouglass’s picture

Title: Search Users on User List » USABILITY: Search field on User List (admin/user/user)
Version: 6.x-dev » 7.x-dev
catch’s picture

We took out admin/user/search in D6 during beta/rc, because it was doing exactly the same thing as user/search but didn't work any more. The plan there was to open an issue for D7 to add a search filter in, so I guess this is it. In other words, subscribe.

sutharsan’s picture

Component: user system » usability
Issue tags: +Newbie

Moving all usability issues to Drupal - component usability.

kamleshpatidar’s picture

Component: usability » user system

Hi,

I want same functionality? is it possible in drupal5.12?

Best,
Kamlesh

Anonymous’s picture

Issue tags: -Newbie +user search

really can't understand and why a simple search for users did not find its way into the user administration.

when you deal with hundreds of members, especially in "real world" organisations, its impossible to efficiently work with that system.
our pimped forum system from 2002 already has such stuff.

Jonah Ellison’s picture

Title: USABILITY: Search field on User List (admin/user/user) » USABILITY: Search field on User List (admin/people)
StatusFileSize
new1.58 KB

The inability to quickly find users from the admin page has been a long-time frustration (there have been numerous patches for this since Drupal 5.x). Not every site has a readily available search box for searching users.

I'll take a stab at this. This patch does the following:

  • Adds keyword search for users on "People" (admin/people) page.
  • Integrates with the Search module. No duplicate search code. Uses search theming and paging.
  • Returns results on same page instead of separate search page.
Jonah Ellison’s picture

Status: Active » Needs review
Jonah Ellison’s picture

StatusFileSize
new1.53 KB

Re-submitting patch with correct Unix format.

Jonah Ellison’s picture

Issue tags: +Usability, +D7UX

adding usability tags.

Bojhan’s picture

Status: Needs review » Closed (won't fix)

We cannot introduce this so late, also this should be a meta issue as it applies to admin/content. That meta issue already exists.

mva.name’s picture

Bojhan, what did you mean under "meta issue", and what is the way to get someting, like the thing, that this patch provides? :)

David_Rothstein’s picture

Version: 7.x-dev » 8.x-dev
Component: user system » user.module
Status: Closed (won't fix) » Needs review

I think he's talking about #497804: [meta] Search entities (nodes, terms, etc.) within the administrative interface?

However, #1279652: Add title search feature on the node listing admin page was closed as a duplicate of that and then reopened, and I think it might make sense to reopen this (for Drupal 8) for the same reasons.

This issue may also be of interest: #1475204: [META] Provide a generic search/filter UI interface pattern for listing pages

brephraim’s picture

Issue tags: -Usability, -D7UX, -user search

#8: user-admin-search-198973-8.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Usability, +D7UX, +user search

The last submitted patch, user-admin-search-198973-8.patch, failed testing.

swentel’s picture

Status: Needs work » Closed (fixed)

We now have views in core which allows adding this in a few seconds.

David_Rothstein’s picture

The fact that it's easy to add is not the same as actually adding it :)

But it looks like #2020167: Add a name and email search field to the admin/people view already took care of adding it (or at least something close enough).