diff options
| author | Shyam Sunder | 2018-09-21 17:34:00 -0400 |
|---|---|---|
| committer | Marcin Kurczewski | 2018-09-24 11:36:13 +0200 |
| commit | 3879c2ec20b1fa09408bbe7ba3bb93a35fab5796 (patch) | |
| tree | 1381482c97759fe60733a1b26a1220d9bf363ff6 /client/html/help_search_posts.tpl | |
| parent | 2235a72d2fa0f8216a868698d31cd8774444d7a5 (diff) | |
server/search: allow searching by post flags
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -rw-r--r-- | client/html/help_search_posts.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index a9e1a8e..85dffce 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -71,6 +71,10 @@ <td>given type of posts. <code><value></code> can be either <code>image</code>, <code>animation</code> (or <code>animated</code> or <code>anim</code>), <code>flash</code> (or <code>swf</code>) or <code>video</code> (or <code>webm</code>).</td> </tr> <tr> + <td><code>flag</code></td> + <td>having given flag. <code><value></code> can be either <code>loop</code> or <code>sound</code>.</td> + </tr> + <tr> <td><code>content-checksum</code></td> <td>having given SHA1 checksum</td> </tr> |