{% extends "base.html" %} {% block title %}Search{% endblock %} {% block heading %}
Search for events or superevents

{% endblock %} {% block pageid %}search{% 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 query_type == 'S' %}
{% elif query_type == 'E' %}
{% endif %} {% if query_type == 'S' %}
UID Labels FAR Preferred Event GW Events t0 Submitted: Submitted By:
UID Labels FAR Preferred Event GW Events t0 Submitted: Submitted By:
{% elif query_type == 'E' %}
UID Labels Group Pipeline Search Event Time Instruments FAR Submitted: Submitted By:
UID Labels Group Pipeline Search Event Time Instruments FAR Submitted: Submitted By:
{% endif %} {% endblock %}