{% extends request.is_ajax|yesno:"base_ajax.html,base.html" %} {% block title %}Search Help{% endblock %} {% block content %}
{% if not request.is_ajax %}

Search Help

{% endif %}

Searching Events

Searches for entire query in: and

You can search for an event by by entering an integer, or using the format N01234

On the search results page you can also specify the date range for the of the event

Events are sorted in reverse order (most recent events at the top)

Searching People/Organisations/Venues

Searches for entire search phrase in: and

You can search for an entry by by entering an integer

Entries are sorted in alphabetical order by

{% if perms.RIGS.view_invoice %}

Searching Invoices

Searches for entire search phrase in:

You can search for an event's invoice by entering the using the format N01234

You can search for an invoice by using the format #01234

Entering a raw integer will search by both and

Entries are sorted in reverse order

{% endif %}
{% endblock %}