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

ainigma32’s picture

Assigned: jjones@paqinteractive.com » Unassigned
Status: Active » Postponed (maintainer needs more info)

This 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

jjones@paqinteractive.com’s picture

Arie,
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

jjones@paqinteractive.com’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)