Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Dec 2007 at 03:41 UTC
Updated:
29 Jul 2014 at 17:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robertdouglass commentedComment #2
catchWe 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.
Comment #3
sutharsan commentedMoving all usability issues to Drupal - component usability.
Comment #4
kamleshpatidar commentedHi,
I want same functionality? is it possible in drupal5.12?
Best,
Kamlesh
Comment #5
Anonymous (not verified) commentedreally 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.
Comment #6
Jonah Ellison commentedThe 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:
Comment #7
Jonah Ellison commentedComment #8
Jonah Ellison commentedRe-submitting patch with correct Unix format.
Comment #9
Jonah Ellison commentedadding usability tags.
Comment #10
Bojhan commentedWe cannot introduce this so late, also this should be a meta issue as it applies to admin/content. That meta issue already exists.
Comment #11
mva.name commentedBojhan, what did you mean under "meta issue", and what is the way to get someting, like the thing, that this patch provides? :)
Comment #12
David_Rothstein commentedI 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
Comment #13
brephraim commented#8: user-admin-search-198973-8.patch queued for re-testing.
Comment #15
swentel commentedWe now have views in core which allows adding this in a few seconds.
Comment #16
David_Rothstein commentedThe 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).