{% extends "base.html" %} {% block bodyattrs %} onload="document.search_form.query.focus();" {% endblock %} {% block title %}Search{% endblock %} {% block heading %}Search for events or superevents{% endblock %} {% block pageid %}search{% endblock %} {% block jscript %} {% load static %} {% endblock %} {% block content %}

Test and MDC events and superevents are not included in the search results by default. See the query help (link below) for information on how to search for events and superevents in those categories.

{{ form.as_table }}
Query help {% if raw_query and query_type == 'E' %} | Download LIGOLW file {% endif %}
{% if query_type == 'S' %}
{% elif query_type == 'E' %}
{% endif %}
{% endblock %}