Taxonomy Filtering (Is there a problem with using taxonomy types with certain modules?)

Events happening in the community are now at Drupal community events on www.drupal.org.
tone1's picture

Please forgive me for the long winded way in which I am about to present this to you. I only wish to explain in full detail the reason for this topic and question.

I have been developing a site for awhile now and I was recently attempting to use taxonomy filtering, for example "term/103,305" to create a combo search feature. However, for some reason when I attempt to combine the two term id's instead of it showing only results that are listed with both of the terms it's showing all of the results from both terms.

For example:

term id "103" = restaurants
and
term id "305" = tex-mex

for some reason when combined with the "," it is showing all of the terms listed under both restaurants and tex-mex, instead of filtering out all except the ones that match both terms. In other words I am getting results that are not listed under both terms.

My categories for example are:

Restaurants
Cafe
Bistro
Etc...

and

Tex-mex
French
Sushi
Etc...

I am getting all of the listing that have the term restaurant (Tex-mex, French, Sushi, Etc...) when it should be filtering out all except the Tex-mex.

So I am guessing this, is there any module or set-up that could cause a base Drupal function such as Taxonomy filtering to function incorrectly?

Thanks,

Tone