mirror of https://github.com/zulip/zulip.git
Document negated topic searches.
We don't have room in the dialog to show every variation of the negated search syntax. If we start by documenting negated topic searches, we may get some discovery on the negated search features without cluttering out the way more common search options. (imported from commit 3b2c2672d125788dc71a5eeb2b6f1e551380c62e)
This commit is contained in:
parent
1b9752e10e
commit
58c44fee3e
|
@ -60,6 +60,10 @@
|
||||||
<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>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="operator">-topic:<span class="operator_value">topic</span></td>
|
||||||
|
<td class="definition">Exclude messages with topic <span class="operator_value">topic</span></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p>You can use any combination of these search operators in a
|
<p>You can use any combination of these search operators in a
|
||||||
single query. For example:</p>
|
single query. For example:</p>
|
||||||
|
|
Loading…
Reference in New Issue