aboutsummaryrefslogtreecommitdiff
path: root/client/html/help_search_posts.tpl
diff options
context:
space:
mode:
authorrr-2017-02-05 22:09:33 +0100
committerrr-2017-02-05 22:09:33 +0100
commit00c3a4320bfbb4ee80ba132232a279a8982570df (patch)
treecf95016ec05e8fe62fca16dfda506e7126ba2f26 /client/html/help_search_posts.tpl
parent0b21d98c9bb26db6b5e9aa40e8877af33ec7a390 (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.tpl16
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>

© 2015 - 2026 Jakob L. Kreuze