Closed (fixed)
Project:
Drupal core
Version:
6.9
Component:
taxonomy.module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 22:49 UTC
Updated:
11 May 2009 at 13:22 UTC
If I understand correctly if I put the url mysite.com/index.php?q=taxonomy/term/147,122 I should see a narrowed down list of items that only have both of these terms in them and if I do mysite.com/index.php?q=taxonomy/term/147+122 I should see an expanded list that shows all for both terms. If this is correct I do not think my site is working because I only get example to with either the , or the +
Please advise what I should look at to fix this problem.
Thanks
Comments
Comment #1
ainigma32 commentedThis page http://drupal.org/handbook/modules/taxonomy in the handbook describes the behavior of terms in the URL.
I'm not sure what you are seeing. Could you explain in a little more detail what happens in your setup?
- Arie
Comment #2
jjones@paqinteractive.com commentedArie,
Using this example if I use taxonomy/term/1,2 I get the results for taxonomy/term/1+2 not taxonomy/term/1,2
taxonomy/term/1
If the term "sonatas" is term 1, this would call for all the nodes of that category.
If the term "Bach" is term 2, this could call for only those sonatas written by Bach:
taxonomy/term/1,2
Or if Brahms is term 3 and this will call for everything that has to do with either Bach or Brahms:
taxonomy/term/2+3
Thanks
Comment #3
jjones@paqinteractive.com commented