mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Document is:muted search filter better.
Messages in muted channels may not be muted, so the documentation was previously not quite accurate.
This commit is contained in:
@@ -19,6 +19,10 @@ Muting has the following effects:
|
||||
- In the desktop/web app, muted topics are sorted to the bottom of their channel,
|
||||
and muted channels are sorted to the bottom of their channel section.
|
||||
|
||||
You can search muted messages using the `is:muted` [search
|
||||
filter](/help/search-for-messages#search-by-message-status), or exclude them
|
||||
from search results with `-is:muted`.
|
||||
|
||||
!!! warn ""
|
||||
|
||||
**Note**: Some parts of the Zulip experience may start to degrade
|
||||
|
@@ -117,10 +117,9 @@ Zulip offers the following filters based on the location of the message.
|
||||
* `is:resolved`: Search messages in [resolved topics](/help/resolve-a-topic).
|
||||
* `-is:resolved`: Search messages in [unresolved topics](/help/resolve-a-topic).
|
||||
* `is:unread`: Search your unread messages.
|
||||
* `is:muted`: Search messages in [muted topics](/help/mute-a-topic) or
|
||||
[muted channels](/help/mute-a-channel).
|
||||
* `-is:muted`: Search messages outside [muted topics](/help/mute-a-topic) and
|
||||
[muted channels](/help/mute-a-channel).
|
||||
* `is:muted`: Search [muted](/help/mute-a-topic) messages.
|
||||
* `-is:muted`: Search only [unmuted](/help/mute-a-topic) messages. By default,
|
||||
both muted and unmuted messages are included in keyword search results.
|
||||
* `has:reaction`: Search messages with [emoji reactions](/help/emoji-reactions).
|
||||
|
||||
### Search by message ID
|
||||
|
@@ -154,7 +154,7 @@
|
||||
<tr>
|
||||
<td class="operator">is:muted</td>
|
||||
<td class="definition">
|
||||
{{t 'Narrow to messages in muted topics or channels.'}}
|
||||
{{t 'Narrow to muted messages.'}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user