Sha256: 6604d822bdc9ef56c63ea3973bafe9bdf47bdcfa67292364c8093160fe33b999

Contents?: true

Size: 394 Bytes

Versions: 8

Compression:

Stored size: 394 Bytes

Contents

---
title: Various uses of the with_scope tag
---
{% assign begin   = '2012-06-01 00:00:00' %}
{% assign end     = '2012-06-10 23:59:59' %}
{% assign prices  = '5.0,5.5' | split: ',' | map: 'to_f' %}

{% with_scope date.gte: begin, date.lte: end, city: /Kansas/, state.ne: 'Illinois', tags: 'awesome', tags.nin: 'bad', price.in: prices %}
events={{ contents.events.count }}.
{% endwith_scope %}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
locomotivecms_steam-0.1.2.pre.beta spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-0.1.1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-0.1.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_wagon-1.4.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_wagon-1.3.3 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_wagon-1.3.2 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_wagon-1.3.1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_wagon-1.3.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml