diff --git a/RIGS/templates/search_help.html b/RIGS/templates/search_help.html index 2023381d..8a40d6f2 100644 --- a/RIGS/templates/search_help.html +++ b/RIGS/templates/search_help.html @@ -17,54 +17,45 @@
Searches for entire query in: - - and - + name + description and + notes
-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)
+You can search for an event by event_id by entering an integer, or using the format N01234
On the search results page you can also specify the date range for the start_date of the event
+Events are sorted in reverse start_date order (most recent events at the top)
Searches for entire search phrase in: - - - - and - + name + email + address + notes and + phone
-You can search for an entry by by entering an integer
-Entries are sorted in alphabetical order by
+You can search for an entry by id by entering an integer
+Entries are sorted in alphabetical order by name
++ Searches for entire search phrase in: + event__name +
+You can search for an event's invoice by entering the event_id using the format N01234
You can search for an invoice by invoice_id using the format #01234
Entering a raw integer will search by both invoice_id and event_id
+Entries are sorted in reverse invoice_date order
- 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
-