diff options
author | francis <francis> | 2008-08-29 23:08:12 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-29 23:08:12 +0000 |
commit | 92c7dad5260c2f8367b88ce251107251ec21ab7d (patch) | |
tree | f7f67195dd12cc0d5164b0743d998a05e6c40f9f | |
parent | 04a0af1f181c2606b82bf6a61802529599c67474 (diff) |
More precise.
-rw-r--r-- | app/views/general/search.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 93b3c8332..b276ae20a 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -94,7 +94,7 @@ <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><strong>filetype:pdf</strong> to find all responses in PDF format. Or try these: <%= IncomingMessage.get_all_file_extentions%>. + <li><strong>filetype:pdf</strong> to find all responses with PDF attachments. Or try these: <%= IncomingMessage.get_all_file_extentions%>. <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> |