{{ _('Operator') }} {{ _('Effect') }}
stream:stream {{ _('Narrow to messages on stream') }} stream
topic:topic {{ _('Narrow to messages with topic') }} topic
pm-with:email {{ _('Narrow to private messages with') }} email
group-pm-with:email {{ _('Narrow to group private messages with') }} email
sender:email {{ _('Narrow to messages sent by') }} email
sender:me {{ _('Narrow to messages sent by you.') }}
near:id {{ _('Center the view around message ID') }} id
id:id {{ _('Narrow to just message ID') }} id
streams:public {{ _('Search all public streams in the organization.') }}
is:alerted {{ _('Narrow to messages with alert words.') }}
is:mentioned {{ _('Narrow to messages that mention you.') }}
is:private {{ _('Narrow to private messages.') }}
is:starred {{ _('Narrow to starred messages.') }}
is:unread {{ _('Narrow to unread messages.') }}
has:link {{ _('Narrow to messages containing links.') }}
has:image {{ _('Narrow to messages containing images.') }}
has:attachment {{ _('Narrow to messages containing uploads.') }}
keyword {% trans %}Search for keyword in the topic or message content {% endtrans %}
-topic:topic {% trans %}Exclude messages with topic topic{% endtrans %}

{% trans %}You can use any combination of these search operators in a single query. For example:{% endtrans %}

{% set placeholder_stream = _("streamname") %} {% set placeholder_email = _("user@example.com") %} {% set placeholder_keyword = _("keyword") %}

  stream:{{ placeholder_stream }} sender:{{ placeholder_email }} {{ placeholder_keyword }}

{% trans %} That query would search for messages sent by {{ placeholder_email }} to stream {{ placeholder_stream }} containing the keyword {{ placeholder_keyword }}. {% endtrans %}


{% trans %}Detailed search operators documentation{% endtrans %}