chickadee » pandora » DATASET

(DATASET 'filter {KEY: VALUE | KEY: VALUES | SQL PARAMETERS}*) => DATASETmethod

Obtain a dataset that is filtered selecting records with fields set to specific values or with arbitrary boolean SQL expressions.

;; Example:
(define containers (items 'filter name: '("bag" "box" "trunk")))