# Quick search
cola search "bourbon"
# With filters (use 'cola colas list' for full filtering)
cola colas list --brand "Maker's Mark" --product-type "distilled spirits" --limit 20
# Filter by origin
cola colas list --origin kentucky --product-type "distilled spirits"
# Filter by package and derived category
cola colas list --category Beer --derived-subcategory "Beer > Ale" \
--container-type can --volume-unit "fluid ounces" --volume-min 12 --volume-max 16
# Date range
cola colas list --date-from 2024-01-01 --date-to 2024-06-30