<%= _("Advanced search tips")%>

<%= _('Table of statuses') %>

<%= _("All the options below can use status or latest_status before the colon. For example, status:not_held will match requests which have ever been marked as not held; latest_status:not_held will match only requests that are currently marked as not held.") %>

<%=search_link('status:waiting_response')%><%= _('Waiting for the public authority to reply') %>
<%=search_link('status:not_held')%><%= _('The public authority does not have the information requested') %>
<%=search_link('status:rejected')%><%= _('The request was refused by the public authority') %>
<%=search_link('status:partially_successful')%><%= _('Some of the information requested has been received') %>
<%=search_link('status:successful')%><%= _('All of the information requested has been received') %>
<%=search_link('status:waiting_clarification')%><%= _('The public authority would like part of the request explained') %>
<%=search_link('status:gone_postal')%><%= _('The public authority would like to / has responded by post') %>
<%=search_link('status:internal_review')%><%= _('Waiting for the public authority to complete an internal review of their handling of the request') %>
<%=search_link('status:error_message')%><%= _('Received an error message, such as delivery failure.') %>
<%=search_link('status:requires_admin')%><%= _('A strange reponse, required attention by the {{site_name}} team', :site_name=>site_name) %>
<%=search_link('status:user_withdrawn')%><%= _('The requester has abandoned this request for some reason') %>

<%= _('Table of varieties') %>

<%= _("All the options below can use variety or latest_variety before the colon. For example, variety:sent will match requests which have ever been sent; latest_variety:sent will match only requests that are currently marked as sent.") %>

<%=search_link('variety:sent')%><%= _('Original request sent') %>
<%=search_link('variety:followup_sent')%><%= _('Follow up message sent by requester') %>
<%=search_link('variety:response')%><%= _('Response from a public authority') %>
<%=search_link('variety:comment')%><%= _('Annotation added to request') %>
<%=search_link('variety:authority')%><%= _('A public authority') %>
<%=search_link('variety:user')%><%= _('A {{site_name}} user', :site_name=>site_name) %>