---
title: Combo filters, sorting, AND hash history
layout: default
category: tests
schema:
- name: color
filters: [ red, blue, yellow ]
- name: size
filters: [ small, wide, tall, big ]
- name: shape
filters : [ round, square ]
---
Filters can be combined. In addition to filtering for just .red
or .tall
, you can pass in a filter selector of both: .red.tall
.Filters
{% for group in page.schema %}
{{ group.name }}
Sort