forked from leftypol/leftypol
search_form.html: update filters help
This commit is contained in:
parent
626a3fd683
commit
746f36e9f2
1 changed files with 5 additions and 1 deletions
|
|
@ -19,6 +19,10 @@
|
|||
</p>
|
||||
</form>
|
||||
<p style="font-size:8pt;margin:5px">
|
||||
{% trans %}Search is case-insensitive and based on keywords. To match exact phrases, use "quotes". Use an asterisk (*) for wildcard.</p><p style="font-size:8pt;margin:5px">You may apply the following filters to your searches: <strong>id</strong>, <strong>thread</strong>, <strong>subject</strong>, and <strong>name</strong>. To apply a filter, simply add to your query, for example, <em>name:Anonymous</em> or <em>subject:"Some Thread"</em>. Wildcards cannot be used in filters.{% endtrans %}
|
||||
{% if flags_enabled %}
|
||||
{% trans %}Search is case-insensitive and based on keywords. To match exact phrases, use "quotes". Use an asterisk (*) for wildcard.</p><p style="font-size:8pt;margin:5px">You may apply the following filters to your searches: <strong>id</strong>, <strong>thread</strong>, <strong>subject</strong>, <strong>name</strong>, <strong>flag</strong> and <strong>board</strong> (as an alternative syntax). To apply a filter, simply add to your query, for example, <em>name:Anonymous</em> or <em>subject:"Some Thread"</em>. The <strong>id</strong>, <strong>thread</strong> and <strong>board</strong> filters do not support wildcards.{% endtrans %}
|
||||
{% else %}
|
||||
{% trans %}Search is case-insensitive and based on keywords. To match exact phrases, use "quotes". Use an asterisk (*) for wildcard.</p><p style="font-size:8pt;margin:5px">You may apply the following filters to your searches: <strong>id</strong>, <strong>thread</strong>, <strong>subject</strong>, <strong>name</strong> and <strong>board</strong> (as an alternative syntax). To apply a filter, simply add to your query, for example, <em>name:Anonymous</em> or <em>subject:"Some Thread"</em>. The <strong>id</strong>, <strong>thread</strong> and <strong>board</strong> filters do not support wildcards.{% endtrans %}
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue