mirror of https://github.com/zulip/zulip.git
search_operators: Document has: operators.
These useful operators for finding messages with images/links/etc. have been available for a long time, but weren't documented.
This commit is contained in:
parent
d25bbdf574
commit
4aceb1cd6f
|
@ -56,6 +56,18 @@
|
||||||
<td class="operator">is:starred</td>
|
<td class="operator">is:starred</td>
|
||||||
<td class="definition">{{ _('Narrow to starred messages') }}.</td>
|
<td class="definition">{{ _('Narrow to starred messages') }}.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="operator">has:link</td>
|
||||||
|
<td class="definition">{{ _('Narrow to messages containing links') }}.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="operator">has:image</td>
|
||||||
|
<td class="definition">{{ _('Narrow to messages containing images') }}.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="operator">has:attachment</td>
|
||||||
|
<td class="definition">{{ _('Narrow to messages containing uploads') }}.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="operator"><span class="operator_value">keyword</span></td>
|
<td class="operator"><span class="operator_value">keyword</span></td>
|
||||||
<td class="definition">{{ _('Search for') }} <span class="operator_value">{{ _('keyword') }}</span> {{ _('in the topic or message content') }}</td>
|
<td class="definition">{{ _('Search for') }} <span class="operator_value">{{ _('keyword') }}</span> {{ _('in the topic or message content') }}</td>
|
||||||
|
|
Loading…
Reference in New Issue