Sha256: 460b61a586582f19c0e2d98844df4b1ae72b3b7017b4f8ab327cd77d5c3abff7

Contents?: true

Size: 739 Bytes

Versions: 54

Compression:

Stored size: 739 Bytes

Contents

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

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

{% with_scope tags.in: 'awesome', order_by: 'price.desc' %}
first event={{ contents.events.first.place }}.
{% endwith_scope %}

{% assign featured = false %}

{% with_scope featured: featured %}
bands={{ contents.bands.count }}.
{% endwith_scope %}

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.8.0.alpha1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.7.1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.7.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.6.1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.6.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.6.0.rc1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.6.0.beta1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.3 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.2 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.0.rc1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.0.rc0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.0.beta3 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.0.beta2 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.5.0.beta1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.4.1 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.4.0 spec/fixtures/default/app/views/pages/filtered.liquid.haml
locomotivecms_steam-1.4.0.rc2 spec/fixtures/default/app/views/pages/filtered.liquid.haml