Active
Project:
Drupal core
Version:
main
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Sep 2007 at 21:58 UTC
Updated:
20 Jul 2025 at 09:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chx commentedComment #2
birdmanx35 commentedThis still applies to HEAD, although there is some offset:
$ patch -p0 < taxonomy.module_44.patch
(Stripping trailing CRs from patch.)
patching file modules/taxonomy/taxonomy.module
Hunk #1 succeeded at 1311 (offset 157 lines).
Comment #3
panchoRerolled against HEAD with some minor changes.
Comment #4
fgmConsidering the talks about terminology regarding taxonomy, maybe we need to change "Tags" to something more consistent with uses elsewhere in Drupal, like "taxonomy", "terms", "vocabularies" ?
Comment #5
panchoI guess, "taxonomy terms" would be correct. This is a moving target though.
Comment #6
BlakeLucchesi commentedThis works as a quick fix to allow the savvy user to search through categories that are on a website but at least to me, I'd imagine people wanting to be able to have their taxonomy term pages show up alongside normal search results.
Thus, instead of saying: Do you wish to search for a category that we may have on our website? We present them with category matches when they search using the generic search form. If we really care about the user experience, this is something that we must address and implement (as well as support to link to views and panel pages).
Just my 2cents.
-Blake
Comment #7
catchYeah. It makes sense for user searches to be separate, but taxonomy terms are (often) used as high level pages.
Say you have a taxonomy term for 'news', aliased as 'news' - it currently won't appear anywhere in a search for that word.
It'd be useful to have a straight search for terms on admin/content/taxonomy though.
Comment #8
robertdouglass commentedRerolled and renamed tags to taxonomy since we recently got rid of Categories as a taxonomy synonym.
I'm not keen on the patch as it is, though. It doesn't go far enough to be really useful. I'd want the vocabulary names and the term synonyms to be in there, too, but you won't get that quite as easily just relying on the taxonomy module's API. Plus, if we put this in the taxonomy module as is, it forces people to have a taxonomy search tab. I'd rather have it in its own module so I can turn it off if not needed. The alternative to this is modifying the search module in a way that lets one opt out of search implementations.
Comment #9
robertdouglass commentedNew title.
Comment #10
catch#279070: taxonomy_search
#71800: Taxonomy module needs a search tab
Both duplicates.
Comment #11
catch#601674: Index taxonomy terms in core search too.
Comment #12
Anonymous (not verified) commentedThis is a good feature request that requires more thought than we can give it before D7 code freeze-for-real. Fieldable terms changes a lot.
It would be good to try this in contrib in the meantime for D7.
Comment #13
catchI'd like to leave this in D7 until #497804: [meta] Search entities (nodes, terms, etc.) within the administrative interface gets moved to D8.
Comment #14
hass commented+
Comment #15
jhodgdonThis is a feature request. D7 is feature frozen, so moving this to Drupal 8.
The proposal here is to add a new search tab/type for taxonomy search.
Taxonomy terms are (hopefully, they were in d6 anyway) already indexed with nodes, by the way.
Comment #16
Hetta commentedIf you have a botany site ... (I do), you can have thousands and thousands of taxonomy terms which aren't found in any node.
Taxonomy search is definitely a must-have, and better sooner than later.
Comment #17
Anonymous (not verified) commentedHetta: It's possible to offer a perfectly adequate taxonomy term search in contrib, which would be a fine place to develop a feature that could be merged into Drupal 8. If you're at Drupalcon SF, I can help you get started on such a module. It really would not be very hard!
Comment #18
jhodgdonIndeed, if we had a D7 taxonomy search contrib module, I would love to spearhead getting it into D8 core. And I agree with bangpound that the hooks are there to do a taxonomy search module.
Comment #19
Hetta commentedThe only tax search module I've found is still in d5 ... with a patch that puts it at d6. I've downloaded that but haven't yet given it a shot.
http://drupal.org/project/taxonomy_search
http://drupal.org/node/261903
Sorry, can't currently attend drupalcons.
Comment #20
bala.d commentedhttp://drupal.org/project/taxonomy_manager
Comment #21
fgm@bala.d: Not really relevant: taxonomy_manager is an admin UI for taxonomy, not a search feature you would want to put in the hands of site users.
Comment #22
asb commentedRelated feature request for the Seach by page module (D6): #988736: Search Taxonomy terms
Comment #23
Jeff Burnz commentedFor D7 there is http://drupal.org/project/custom_search which goes way further than simple taxonomy search but maybe a solution for folks who need a solution now.
Comment #24
scotthorn commentedHi, I've been working on a module that has basic taxonomy term searching functionality for D7. It may be of help to people looking for an immediate solution:
http://drupal.org/project/term_search
I agree with BlakeLucchesi that it would be nice to have term searches show up alongside nodes and other entities. This feature is not currently included in my module.
Comment #25
mfbSeems what is needed is entity search. With one result set searching all entities (or, at least all entities enabled for that search index). Then users could drill down within those results to only search particular entities.
Taxonomy term pages are often built out as key landing pages on a site, and it is really quite bizarre if they do not appear in search results - or require users to run a separate search.
Comment #26
jibranMarking #1964458: Implement hook_search_execute() for terms duplicate of this. This is a plain feature request so moving it to 8.1.x
Comment #42
smustgrave commentedThank you for sharing your idea for improving Drupal.
We are working to decide if this proposal meets the Criteria for evaluating proposed changes. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or there is no community support. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #43
fgmAlthough I submitted a patch some years ago, I think we should now stop considering the need for a such an entity-specific search plugin and rather make indexed search available to all entities, with the ability for each entity type to have specific extra behaviours like the interpretation of tag relationships in the case of taxonomy.