diff --git a/static/templates/search_operators.hbs b/static/templates/search_operators.hbs
index 778de400af..2f58722346 100644
--- a/static/templates/search_operators.hbs
+++ b/static/templates/search_operators.hbs
@@ -9,6 +9,15 @@
+
+ | keyword |
+
+ {{#tr}}
+ Search for in the topic or message content.
+ {{#*inline "z-value"}}keyword{{/inline}}
+ {{/tr}}
+ |
+
| stream:stream |
@@ -27,6 +36,12 @@
{{/tr}}
|
+
+ | is:private |
+
+ {{t 'Narrow to private messages.'}}
+ |
+
| pm-with:user |
@@ -45,6 +60,12 @@
{{/tr}}
|
+
+ | streams:public |
+
+ {{t 'Search all public streams in the organization.'}}
+ |
+
| sender:user |
@@ -60,6 +81,54 @@
{{t 'Narrow to messages sent by you.'}}
|
+
+ | has:link |
+
+ {{t 'Narrow to messages containing links.'}}
+ |
+
+
+ | has:attachment |
+
+ {{t 'Narrow to messages containing uploads.'}}
+ |
+
+
+ | has:image |
+
+ {{t 'Narrow to messages containing images.'}}
+ |
+
+
+ | is:alerted |
+
+ {{t 'Narrow to messages with alert words.'}}
+ |
+
+
+ | is:mentioned |
+
+ {{t 'Narrow to messages that mention you.'}}
+ |
+
+
+ | is:starred |
+
+ {{t 'Narrow to starred messages.'}}
+ |
+
+
+ | is:resolved |
+
+ {{t 'Narrow to messages in resolved topics.'}}
+ |
+
+
+ | is:unread |
+
+ {{t 'Narrow to unread messages.'}}
+ |
+
| near:id |
@@ -78,75 +147,6 @@
{{/tr}}
|
-
- | streams:public |
-
- {{t 'Search all public streams in the organization.'}}
- |
-
-
- | is:alerted |
-
- {{t 'Narrow to messages with alert words.'}}
- |
-
-
- | is:mentioned |
-
- {{t 'Narrow to messages that mention you.'}}
- |
-
-
- | is:private |
-
- {{t 'Narrow to private messages.'}}
- |
-
-
- | is:starred |
-
- {{t 'Narrow to starred messages.'}}
- |
-
-
- | is:unread |
-
- {{t 'Narrow to unread messages.'}}
- |
-
-
- | is:resolved |
-
- {{t 'Narrow to messages in resolved topics.'}}
- |
-
-
- | has:link |
-
- {{t 'Narrow to messages containing links.'}}
- |
-
-
- | has:image |
-
- {{t 'Narrow to messages containing images.'}}
- |
-
-
- | has:attachment |
-
- {{t 'Narrow to messages containing uploads.'}}
- |
-
-
- | keyword |
-
- {{#tr}}
- Search for in the topic or message content.
- {{#*inline "z-value"}}keyword{{/inline}}
- {{/tr}}
- |
-
| -topic:topic |
|