Hello,
the current filtering system of Toxonomy Browser module only permits to construct "only ANDs" or "only ORs" URLs (like taxonomy/view/3,4,5 , taxonomy/view/3+4+5), but not "mixed URLs" (like taxonomy/view/3,4+5).
Would it be possible to change the system in order to be able to construct those "mixed URLs"? I would see a system functioning like the filters in the Views module :
make one or more filters that say "[vocabulary] is one/all of [terms_list]" ansd say wether those filters are linked by ANDs or ORs.
An example would be:
"Ingredient" is all of "potatoe"(7), "tomatoe"(8), "rice"(12).
AND
"Recipe type" is one of "entry"(24), "dessert"(27).
The URL would be: taxonomy/view/7,8,12,24+7,8,12,27 (I'm not sure AND has priority on OR).
I would like to know if such a thing would be possible, thank you in advance for your answers,
Sto
Comments
Comment #1
moshe weitzman commentedif you can get core to spport urls like that, then taxonomy_browser will use it. until then, not much to do in this module.
Comment #2
David Stosik commentedI thought core supported this kind of URL...
Comment #3
David Stosik commentedDoes anyone think it would be difficult to implement the support of such a type of URL ?