{% extends "base.html" %} {% block title %}Command palette searches{% endblock %} {% block content %}

Command palette searches

{{ total_searches }} searches logged · {{ total_bounces }} with no results. Add common bounce terms as synonyms on an existing command palette page, or create a new page for them.

Top searches
{% for row in top_searches %} {% empty %} {% endfor %}
SearchCountClicks
{{ row.search }}{{ row.count }}{{ row.clicks }}
No searches yet.
Top bounces (no results — candidates for new shortcuts/synonyms)
{% for row in top_bounces %} {% empty %} {% endfor %}
SearchCount
{{ row.search }}{{ row.count }}
No bounces yet.
{% endblock %}