{% load report %}
{% if adv %} Close report filters {% else %} Report filters {% endif %}
Advanced Search
{% comment %} Wouldn't it be nice if we used Django model- and form objects for this instead? Just sayin'... {% endcomment %} {% if report.form %} {% for a in report.form %} {% with a.raw as a_raw %} {% with forloop.counter0 as counter %} {% endwith %} {% endwith %} {% endfor %} {% endif %}

Operator usage

=
"equals", enter null for empty string
~
case insensitive search, use * as wildcard
[:]
"between", takes two colon-separated arguments
(,,)
"is one of", takes a comma-separated list of any size as argument.

<, >, <= and >= needs no explanation.

All these operators may be negated by clicking the "not" checkbox.

{# advblock #}