Viewing 1 replies (of 1 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    Hi ollipekka,

    Under the hood, the taxonomy resolution is handled by WP_Query’s Taxonomy Parameters.

    While WP_Query does support an operator field within individual taxonomies, it is not currently accessible through this plugin. That doesn’t mean that it won’t be in the future, but when I was developing the taxonomy support I didn’t see a great way to do it without creating incredibly cluttered syntax. That doesn’t mean it won’t ever happen, but for now it’s definitely not at the top of my list. Sorry!

    What you are describing is possible for inter-taxonomy queries, however, by using the following syntax:

    [dg taxon_name1=taxon1 taxon_name2=taxon2 relation=AND]

    All the best!
    -Dan

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple taxonomies, AND instead of OR’ is closed to new replies.