{% blocktrans %}Search for an exact value: field_name=value{% endblocktrans %}
{% blocktrans %}Search for an exact value containing space: field_name="value with space"{% endblocktrans %}
{% blocktrans %}Containing a text: field_name:val{% endblocktrans %}
{% blocktrans %}Exclude a value: field_name!=value{% endblocktrans %}
{% blocktrans %}You can also use <, >, <= and >= to find ranges of values: field_name<10{% endblocktrans %}
{% blocktrans %}To search for dates, use ISO8601 format: field_name>1969-07-20{% endblocktrans %}
{% blocktrans %}You can filter for relative dates: field_name < "10 days ago". Supported fields are days, months, years, quarters and weekdays. They can be negative and abbreviated from "10 days ago" to "-10d".{% endblocktrans %}