{% extends 'base.html' %} {% block title %} Stackdump // Bad Search Syntax {% endblock %} {% block body %}
The search query you entered,
{{ error.responseHeader.params.q }}
...is not valid. The error message is:
{{ error.error.msg }}
If you see a siteKey parameter in your query, that was added by Stackdump to filter the search down to this particular site.
A common cause is using colons in the query. A colon is used to search a particular field in the search index. Searching using fields directly is not supported by Stackdump. To perform a search using special characters like the colon, enclose the query term in quotes, e.g. "foo:bar".