diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2021-01-05 13:51:39 -0500 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2021-01-05 13:51:39 -0500 |
| commit | 2dfd1c2192961065fc27785c31cd86f7ceb82412 (patch) | |
| tree | 694c9f64435f37c5636f94a9df6eb6425e45be03 /client/html | |
| parent | 2bdb072296633e444ec63eee45eea33272dfaefc (diff) | |
server/search: add MD5-based search
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/help_search_posts.tpl | 10 |
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><value></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> |