Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2007 at 18:05 UTC
Updated:
29 Jul 2014 at 17:44 UTC
This one makes sense especially for bigger Drupal sites.
Sometimes the filter just doesn't filter enough and you have to search the content you were looking for by yourself. A regular search box would be perfect in sense of usability.
Comments
Comment #1
panchoGuess that's something for D7, but it is a good idea!
Comment #2
Bevan commentedThis should be independent of the search.module's UI, but dependent on search.module being enabled (due to requirement of active search indexes)
Comment #3
robertdouglass commentedThis is a good feature request. The request is to add a keyword filter to the content overview page on admin/content/node. This would let you display unpublished pages containing the keyword "foo", for example. Sending the keyword into do_search seems like a reasonable option. Instead of putting this in system module with an if(module_enabled('search')) I'd recommend putting it in search module's formalter implementation.
Comment #4
jhodgdonI don't think the search module would really be necessary. Probably the biggest use case would be to search for a keyword in the node title, and this could pretty easily be accomplished with an additional filter in the filters section, without the search module.
Anyway, I think it's an excellent idea.
If someone is adding filters to admin/content/node, how about adding a filter for a date range (on created and/or updated date) as well? Or should I file a different issue for that suggestion?
Comment #5
jhodgdonSee this discussion of a totally revamped filtering section for admin/content/node in the Usability group: http://groups.drupal.org/node/18008
Comment #6
jhodgdonfeatures at this point are for D8
Comment #7
gábor hojtsy#1279652: Add title search feature on the node listing admin page was marked a duplicate of this, although it probably has more info. Unfortunately that itself was closed duplicate of #497804: [meta] Search entities (nodes, terms, etc.) within the administrative interface (which is disputed :). @jhodgdon: this later issue works with node title search, so that should be matching your expectations. Marking this duplicate for that then.