Filtering DSL
{% set = DB(request).get_collection('events')
.get_filtered_records(filter_data={
'f-active': ['true'],
'f-tags': ['festival', 'concert', 'open-air'],
'nmax-price': 200,
'ffrom-date': '2020-02-14'}) %}Last updated
Was this helpful?