<%= _("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', nil, nil, true)%><%= _('Waiting for the public authority to reply') %>
<%=search_link('status:not_held', nil, nil, true)%><%= _('The public authority does not have the information requested') %>
<%=search_link('status:rejected', nil, nil, true)%><%= _('The request was refused by the public authority') %>
<%=search_link('status:partially_successful', nil, nil, true)%><%= _('Some of the information requested has been received') %>
<%=search_link('status:successful', nil, nil, true)%><%= _('All of the information requested has been received') %>
<%=search_link('status:waiting_clarification', nil, nil, true)%><%= _('The public authority would like part of the request explained') %>
<%=search_link('status:gone_postal', nil, nil, true)%><%= _('The public authority would like to / has responded by post') %>
<%=search_link('status:internal_review', nil, nil, true)%><%= _('Waiting for the public authority to complete an internal review of their handling of the request') %>
<%=search_link('status:error_message', nil, nil, true)%><%= _('Received an error message, such as delivery failure.') %>
<%=search_link('status:requires_admin', nil, nil, true)%><%= _('A strange reponse, required attention by the {{site_name}} team', :site_name=>site_name) %>
<%=search_link('status:user_withdrawn', nil, nil, true)%><%= _('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', nil, nil, true)%><%= _('Original request sent') %>
<%=search_link('variety:followup_sent', nil, nil, true)%><%= _('Follow up message sent by requester') %>
<%=search_link('variety:response', nil, nil, true)%><%= _('Response from a public authority') %>
<%=search_link('variety:comment', nil, nil, true)%><%= _('Annotation added to request') %>
<%=search_link('variety:authority', nil, nil, true)%><%= _('A public authority') %>
<%=search_link('variety:user', nil, nil, true)%><%= _('A {{site_name}} user', :site_name=>site_name) %>