Skip to content
Grav 2.0 is officially stable. Read the announcement →
Themes & Styling

Page collection operators

Started by Michael 6 years ago · 0 replies · 586 views
6 years ago

Hi. I'm creating a template in which I want to surface posts with more than one taxonomy category using page collections. The problem is at the moment it is resulting in pages that match the total combination of tags rather than a tag from that list. (I'm looking to use 'or' and by default page.collection uses 'and')

TLDR;

I want a way of creating a page collection like this:
{% for page in page.collection({'items':{'@taxonomy':{'food_drink_category':'food_drink_tag', 'dish_category':'dish_tag'}},'order': {'by': 'random', 'dir': 'desc'},'limit': 10, 'filter':{'visible': 'true'}}) %}

In the same way I can use 'or' here:
{% for page in taxonomy.findTaxonomy({'food_drink_category':'food_drink_tag', 'dish_category':'dish_tag'},'or') %}

Not a developer, just someone who has been experimenting with Grav for the last year or so. Thanks.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Sebadamus, 2 days ago
3 72 2 hours ago
Themes & Styling · by martynfoster735, 4 days ago
1 158 3 days ago
Themes & Styling · by Justin Young, 3 weeks ago
1 221 2 weeks ago
Themes & Styling · by Slebeig, 1 month ago
4 349 1 month ago
Themes & Styling · by Pedro M, 3 months ago
4 706 3 months ago