diff options
author | francis <francis> | 2008-04-30 00:40:55 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-30 00:40:55 +0000 |
commit | b148ac567de92a09fe11cc3550c19725e321896d (patch) | |
tree | e1b48227031757cd63dc3f50d47a6e8ea1fecd3e | |
parent | 551d795e6368df62fbeb2ed35f12080cca1cc88c (diff) |
Document date ranges.
Try and describe that searches are event based (needs more work).
-rw-r--r-- | app/views/general/search.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 929fa2871..a043e41c9 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -55,10 +55,11 @@ <li>Use OR (in capital letters) where you don't mind which word, e.g. <strong>commons OR lords</strong> <li>Use quotes when you want to find an exact phrase, e.g. <strong>"Liverpool City Council"</strong> <li><strong>variety:</strong> with value sent, followup_sent, response, authority or user to select type of thing to search for. - <li>Type <strong>status:</strong> to select based on the status of the request see table below. + <li>Type <strong>status:</strong> to select based on the status or historical status of the request, see table below. <li><strong>requested_from:home_office</strong> to restrict to requests from the <%= link_to "Home Office", show_public_body_url(:url_name => 'home_office') %>, typing the name as in the URL. <li><strong>requested_by:julian_todd</strong> to restrict to requests made by <%= link_to "Julian Todd", show_user_url(:url_name => 'julian_todd') %>, typing the name as in the URL. <li><strong>request:</strong> to restrict to a specific request, typing the title as in the URL. + <li>Type <strong>01/01/2008..14/01/2008</strong> to only show things that happened in the first two weeks of January. <li>Read about <a href="http://www.xapian.org/docs/queryparser.html">advanced search operators</a>, such as proximity and wildcards. </ul> |