Advanced Filtering

The syntax for filtering objects by specific fields is:

{{ url }}?<field name>=<oper>:<value>[&<field name>=<oper>:<value>]*

The following fields can be used for filtering:

{% for field in fields %} {% endfor %}
{{ field.name }}
({{ field.datatype}})
 

These are the operators that can be used in filters:

{% for operator in operators %} {% endfor %}
Operator Expects Description
{{ operator }} {{ operator.get_expected_value_description }} {{ operator.description }}

Notes: