Objects can be filtered quickly using the q
query parameter:
{{ url }}?q=<search terms>
The search terms are split into words, and each word is searched for in the following fields: {% for field in fields %}{{ field.name }}{% if not forloop.last %}, {% endif %}{% endfor %}. Words can be grouped using quotes to prevent them from being split, for example "black dog". You can try simple filtering below: