2022-12-09 04:13:09 +01:00
|
|
|
<div class="overlay-modal hide" id="search-operators" tabindex="-1" role="dialog" aria-label="{{t 'Search filters' }}">
|
2024-06-16 13:46:37 +02:00
|
|
|
<div class="overlay-scroll-container" data-simplebar data-simplebar-tab-index="-1" data-simplebar-auto-hide="false">
|
2021-06-06 19:43:36 +02:00
|
|
|
<div id="operators-instructions">
|
2023-08-07 09:32:19 +02:00
|
|
|
<table class="table table-striped table-rounded table-bordered help-table">
|
2021-06-06 19:43:36 +02:00
|
|
|
<thead>
|
|
|
|
<tr>
|
2024-07-03 04:15:32 +02:00
|
|
|
<th id="search-operators-first-header">{{t "Filter" }}</th>
|
2021-06-06 19:43:36 +02:00
|
|
|
<th>{{t "Effect" }}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2022-12-09 00:10:38 +01:00
|
|
|
<tr>
|
|
|
|
<td class="operator"><span class="operator_value">keyword</span></td>
|
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
|
|
|
Search for <z-value></z-value> in the topic or message content.
|
|
|
|
{{#*inline "z-value"}}<span class="operator_value">keyword</span>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2021-06-06 19:43:36 +02:00
|
|
|
<tr>
|
2024-04-18 15:20:36 +02:00
|
|
|
<td class="operator">channel:<span class="operator_value">channel</span></td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
2024-04-18 15:20:36 +02:00
|
|
|
Narrow to messages on channel <z-value></z-value>.
|
|
|
|
{{#*inline "z-value"}}<span class="operator_value">channel</span>{{/inline}}
|
2021-06-06 19:43:36 +02:00
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="operator">topic:<span class="operator_value">topic</span></td>
|
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
|
|
|
Narrow to messages with topic <z-value></z-value>.
|
|
|
|
{{#*inline "z-value"}}<span class="operator_value">topic</span>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<tr>
|
2023-04-20 15:03:07 +02:00
|
|
|
<td class="operator">is:dm</td>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="definition">
|
2023-01-24 19:49:56 +01:00
|
|
|
{{t 'Narrow to direct messages.'}}
|
2022-12-09 00:10:38 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2021-06-06 19:43:36 +02:00
|
|
|
<tr>
|
2023-04-20 15:03:07 +02:00
|
|
|
<td class="operator">dm:<span class="operator_value">user</span></td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
2023-01-24 19:49:56 +01:00
|
|
|
Narrow to direct messages with <z-value></z-value>.
|
2022-12-09 00:02:15 +01:00
|
|
|
{{#*inline "z-value"}}<span class="operator_value">user</span>{{/inline}}
|
2021-06-06 19:43:36 +02:00
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-04-20 15:03:07 +02:00
|
|
|
<td class="operator">dm-including:<span class="operator_value">user</span></td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
2023-04-20 15:03:07 +02:00
|
|
|
Narrow to direct messages that include <z-value></z-value>.
|
2022-12-09 00:02:15 +01:00
|
|
|
{{#*inline "z-value"}}<span class="operator_value">user</span>{{/inline}}
|
2021-06-06 19:43:36 +02:00
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<tr>
|
2024-04-18 15:20:36 +02:00
|
|
|
<td class="operator">channels:public</td>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="definition">
|
2024-07-16 20:20:30 +02:00
|
|
|
{{#if can_access_all_public_channels }}
|
|
|
|
{{t 'Search all public channels.'}}
|
|
|
|
{{else}}
|
|
|
|
{{t 'Search all public channels that you can view.'}}
|
|
|
|
{{/if}}
|
2022-12-09 00:10:38 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2021-06-06 19:43:36 +02:00
|
|
|
<tr>
|
2022-12-09 00:02:15 +01:00
|
|
|
<td class="operator">sender:<span class="operator_value">user</span></td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
|
|
|
Narrow to messages sent by <z-value></z-value>.
|
2022-12-09 00:02:15 +01:00
|
|
|
{{#*inline "z-value"}}<span class="operator_value">user</span>{{/inline}}
|
2021-06-06 19:43:36 +02:00
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="operator">sender:me</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to messages sent by you.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="operator">has:link</td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
2022-12-09 00:10:38 +01:00
|
|
|
{{t 'Narrow to messages containing links.'}}
|
2021-06-06 19:43:36 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="operator">has:attachment</td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
2022-12-09 00:10:38 +01:00
|
|
|
{{t 'Narrow to messages containing uploads.'}}
|
2021-06-06 19:43:36 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="operator">has:image</td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
2022-12-09 00:10:38 +01:00
|
|
|
{{t 'Narrow to messages containing images.'}}
|
2021-06-06 19:43:36 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-02-28 12:24:44 +01:00
|
|
|
<td class="operator">has:reaction</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to messages with emoji reactions.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="operator">is:alerted</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to messages with alert words.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="operator">is:mentioned</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to messages that mention you.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="operator">is:starred</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to starred messages.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2021-07-13 10:14:17 +02:00
|
|
|
<tr>
|
|
|
|
<td class="operator">is:resolved</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to messages in resolved topics.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2023-10-25 19:44:52 +02:00
|
|
|
<tr>
|
|
|
|
<td class="operator">is:followed</td>
|
|
|
|
<td class="definition">
|
|
|
|
{{t 'Narrow to messages in followed topics.'}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2021-06-06 19:43:36 +02:00
|
|
|
<tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="operator">is:unread</td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
2022-12-09 00:10:38 +01:00
|
|
|
{{t 'Narrow to unread messages.'}}
|
2021-06-06 19:43:36 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="operator">near:<span class="operator_value">id</span></td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
2022-12-09 00:10:38 +01:00
|
|
|
{{#tr}}
|
|
|
|
Center the view around message ID <z-value></z-value>.
|
|
|
|
{{#*inline "z-value"}}<span class="operator_value">id</span>{{/inline}}
|
|
|
|
{{/tr}}
|
2021-06-06 19:43:36 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-12-09 00:10:38 +01:00
|
|
|
<td class="operator">id:<span class="operator_value">id</span></td>
|
2021-06-06 19:43:36 +02:00
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
2022-12-09 00:10:38 +01:00
|
|
|
Narrow to just message ID <z-value></z-value>.
|
|
|
|
{{#*inline "z-value"}}<span class="operator_value">id</span>{{/inline}}
|
2021-06-06 19:43:36 +02:00
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="operator">-topic:<span class="operator_value">topic</span></td>
|
|
|
|
<td class="definition">
|
|
|
|
{{#tr}}
|
|
|
|
Exclude messages with topic <z-value></z-value>.
|
|
|
|
{{#*inline "z-value"}}<span class="operator_value">topic</span>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2022-12-09 04:13:09 +01:00
|
|
|
<p>{{t "You can combine search filters as needed." }}</p>
|
2021-06-06 19:43:36 +02:00
|
|
|
<hr />
|
2022-12-09 04:13:09 +01:00
|
|
|
<a href="help/search-for-messages#search-filters" target="_blank" rel="noopener noreferrer">{{t "Detailed search filters documentation" }}</a>
|
2021-06-06 19:43:36 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|