{% if search_error.type == "backend" %}
Backend Search Engine Error
{% elif search_error.type == "query" %}
Query Error
{% endif %}
Computer said: {{ search_error.message }}
Query parsing is currently very naive. Sometimes you can fix this problem by adding quotes around terms or entire phrases.