hi,
i am fairly new to drupal and have started using drupal 7.9 around. i know my way around many contributed modules now.
I have this issue where i have set up two mandatory taxonomy fields against a new content type of mine (Manufacturer, FirmwareVersion). I have set up a few content nodes such that all of them have the same Manufacturer term but there is a 50:50 split for FirmwareVersion.
I was experimenting with Taxonomy Filters for setting up a faceted search. The search refinement part is working fine but i am not getting results at the second level when multiple terms are appended in the form x,y
when i hit /taxonomy/term/1 - i see 10 records (Manufacturer vocab term)
when i hit /taxonomy/term/2 - i see 5 records (1st Firmware vocab term)
when i hit /taxonomy/term/3 - i see 5 records (2nd Firmware vocab term)
but /taxonomy/term/1,2 and /taxonomy/term/1,3 are both giving me a page not found error.
I initially thought that the taxonomy filters module was the culprit but then learnt that it is completely the taxonomy module's responsibility to handle this URL pattern. I completely disabled taxonomy filters to get it out of the equation...
i even ensured that the view that handles the /taxonomy/term/% url is disabled.
this is driving me crazy. looks like a mundane thing that should never fail....