{% if search_error.type == "backend" %}
{% trans %}Backend Search Engine Error{% endtrans %}
{% elif search_error.type == "query" %}
{% trans %}Search Query Error{% endtrans %}
{% 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.