diff options
| author | rr- | 2017-02-05 22:09:33 +0100 |
|---|---|---|
| committer | rr- | 2017-02-05 22:09:33 +0100 |
| commit | 00c3a4320bfbb4ee80ba132232a279a8982570df (patch) | |
| tree | cf95016ec05e8fe62fca16dfda506e7126ba2f26 /client/html/help_search_posts.tpl | |
| parent | 0b21d98c9bb26db6b5e9aa40e8877af33ec7a390 (diff) | |
server/posts: support aspect-ratio search query
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -rw-r--r-- | client/html/help_search_posts.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index 1c4ea86..a9e1a8e 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -91,6 +91,14 @@ <td>having given number of pixels (image width * image height)</td> </tr> <tr> + <td><code>image-aspect-ratio</code></td> + <td>having given aspect ratio (image width / image height)</td> + </tr> + <tr> + <td><code>image-ar</code></td> + <td>alias of <code>image-aspect-ratio</code></td> + </tr> + <tr> <td><code>width</code></td> <td>alias of <code>image-width</code></td> </tr> @@ -103,6 +111,14 @@ <td>alias of <code>image-area</code></td> </tr> <tr> + <td><code>aspect-ratio</code></td> + <td>alias of <code>image-aspect-ratio</code></td> + </tr> + <tr> + <td><code>ar</code></td> + <td>alias of <code>image-aspect-ratio</code></td> + </tr> + <tr> <td><code>creation-date</code></td> <td>posted at given date</td> </tr> |