Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2005 at 01:03 UTC
Updated:
13 Oct 2009 at 13:22 UTC
It would be great if there was a way to search for taxonomy on term name rather than term ID.
Doesn't this:
term/cooking+salamanders
read much better than this?
term/1+2
Would be great for usability.
Comments
Comment #1
LAsan commentedI think that would compromise the clean URL philosophy of Drupal.
Moving to fixed.
Comment #2
webchickUm. This is not fixed. :) Please only mark issues fixed if they've actually been addressed in a later version of Drupal.
Can you explain what "compromise the clean URL philosophy" means?
Comment #3
cfennell commentedNot sure what you mean by "compromise the clean URL," but iI believe it would be better for SEO (and usability) to have nice semantic URLs. Could you elaborate on your concern?
Comment #4
catchYou can do this with views now, I think it's better handled there.