Tagger (or and or)

I have two Tagger groups that populate checkbox groups, as follows:

Color
  • Red
  • Green
  • Blue
Size
  • Small
  • Medium
  • Large

I want to be able to filter a [[!pdoPage]] snippet call using [[!TaggerGetResourcesWhere?]].

However, I need to join both Tagger groups, so that I can filter, for example by:

Red or Blue and Small or Large.

I’ve tried &matchAll=1

It’s not possible at this moment.

Thanks for the update John. Do you have an ETA?

I don’t, it’s not possible to do with how the current query works. I’m waiting for ideas or PR of different approach :slight_smile:

1 Like