Status: {% if statistics_enabled %}Enabled{% else %}Disabled{% endif %}
Help
{% if statistics_enabled %}
Summary
Every time a user searches for something, the search term is logged.
Searches today
{{ search_summary.today }}
Searches this week
{{ search_summary.this_week }}
Searches this month
{{ search_summary.this_month }}
Searches this year
{{ search_summary.this_year }}
Total searches
{{ search_summary.total }}
{% else %}
Enable Statistics
The statistic option is disabled by default. Your NDR Core installation
uses a simple file database (sqlite) by default which may cause some
features to slow down. You might consider switching to MySQL or Postgres
before enabling this feature when your site expects a lot of traffic.
No information is logged, when a user performs a search.
{% endif %}