diff --git a/help/include/mute-unmute-intro.md b/help/include/mute-unmute-intro.md index 34ef9fc972..713f1500eb 100644 --- a/help/include/mute-unmute-intro.md +++ b/help/include/mute-unmute-intro.md @@ -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 diff --git a/help/search-for-messages.md b/help/search-for-messages.md index c061f1cc3c..e427a711c2 100644 --- a/help/search-for-messages.md +++ b/help/search-for-messages.md @@ -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 diff --git a/web/templates/search_operators.hbs b/web/templates/search_operators.hbs index 367ea52ee6..bc8c830537 100644 --- a/web/templates/search_operators.hbs +++ b/web/templates/search_operators.hbs @@ -154,7 +154,7 @@ is:muted - {{t 'Narrow to messages in muted topics or channels.'}} + {{t 'Narrow to muted messages.'}}