Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Page collection operators

Started by Michael 6 years ago · 0 replies · 645 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 stuart young, 1 month ago
3 441 1 month ago
Themes & Styling · by Sebadamus, 1 month ago
5 457 1 month ago
Themes & Styling · by martynfoster735, 2 months ago
1 442 2 months ago
Themes & Styling · by Justin Young, 2 months ago
1 466 2 months ago
Themes & Styling · by Slebeig, 3 months ago
4 594 3 months ago