Hi there,

kinda noob to Drupal. I inherited a project (Drupal 6.20) from a previous developer, he did set a taxonomy and an advanced taxonomy block to filter data. Now they ask me to add a new one (should be in AND logic), to refine results. So I did create a new taxonomy, set some tag to some page and a new advanced taxonomy block.

Old taxonomy: type
New taxonomy: product
content type: case-history

what happens is that the old block generates links like this:

/mysite/case-history/type/nodeswiththistaxonomy

while the new one generates links like this:

/mysite/category/product/nodeswiththistaxonomy

which in fact is working (showing result but wrong template). I expected:

/mysite/case-history/product/nodeswiththistaxonomy

which in fact doesn't work at all (no result). How can I solve this? And is it possible to refine results with AND or OR?

Thanks a lot for any help