mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Make search help more explicit for is:{mentioned,private,starred}.
(imported from commit 736228d483372a571e5e07b0764da521febcc970)
This commit is contained in:
@@ -37,12 +37,16 @@
|
||||
<td class="definition">Narrow to just message ID <span class="operator_value">id</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operator">is:<span class="operator_value">property</span></td>
|
||||
<td class="definition">Narrow to messages that
|
||||
have property <span class="operator_value">property</span>. Possible
|
||||
values
|
||||
include <span class="operator">private</span>, <span class="operator">starred</span>,
|
||||
and <span class="operator">mentioned</span></td>
|
||||
<td class="operator">is:mentioned</td>
|
||||
<td class="definition">Narrow to messages that mention you.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operator">is:private</td>
|
||||
<td class="definition">Narrow to private messages.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operator">is:starred</td>
|
||||
<td class="definition">Narrow to starred messages.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operator"><span class="operator_value">keyword</span></td>
|
||||
|
||||
Reference in New Issue
Block a user