summaryrefslogtreecommitdiff
path: root/client/html/help_search_posts.tpl
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2021-01-05 13:51:39 -0500
committerShyam Sunder <sgsunder1@gmail.com>2021-01-05 13:51:39 -0500
commit2dfd1c2192961065fc27785c31cd86f7ceb82412 (patch)
tree694c9f64435f37c5636f94a9df6eb6425e45be03 /client/html/help_search_posts.tpl
parent2bdb072296633e444ec63eee45eea33272dfaefc (diff)
server/search: add MD5-based search
Diffstat (limited to 'client/html/help_search_posts.tpl')
-rw-r--r--client/html/help_search_posts.tpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl
index efcb7c1..0fe584f 100644
--- a/client/html/help_search_posts.tpl
+++ b/client/html/help_search_posts.tpl
@@ -83,10 +83,18 @@
<td>having given flag. <code>&lt;value&gt;</code> can be either <code>loop</code> or <code>sound</code>.</td>
</tr>
<tr>
- <td><code>content-checksum</code></td>
+ <td><code>sha1</code></td>
<td>having given SHA1 checksum</td>
</tr>
<tr>
+ <td><code>md5</code></td>
+ <td>having given MD5 checksum</td>
+ </tr>
+ <tr>
+ <td><code>content-checksum</code></td>
+ <td>alias of <code>sha1</code></td>
+ </tr>
+ <tr>
<td><code>file-size</code></td>
<td>having given file size (in bytes)</td>
</tr>