{% extends "base.html" %} {% block title %}Search — {{ project.human_key }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Search Messages

Find messages across the project

Query Syntax

Field filters:
subject:authentication
body:"API key"
Combine terms:
login AND security
Wildcard:
deploy*
Search in:
Order by:
{% if tokens %}
Tokens: {% for t in tokens %} {{ t.field }} "{{ t.value }}" {% endfor %}
Add token:
{% endif %}
{% if results %}

Results

{{ results|length }} found
{% elif q %}

No results found

No messages match your search query. Try different keywords or use the query help above.

{% endif %}
{% endblock %}