mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-06-20 00:15:49 +02:00
update docs #1105
This commit is contained in:
+18
-8
@@ -117,16 +117,26 @@
|
||||
<h5>Supported keywords</h5>
|
||||
<code class="code-block p-2 text-light rounded bg-secondary d-block">
|
||||
|
||||
after:2020<br/>
|
||||
before:2021<br/>
|
||||
Range queries:
|
||||
date:2020<br/>
|
||||
rating:5<br/>
|
||||
resolution:1 (in MPX)<br/>
|
||||
person-count:10<br/>
|
||||
All possible range usage:
|
||||
rating:4..6<br/>
|
||||
rating=4<br/>
|
||||
rating!>3<br/>
|
||||
rating>3<br/>
|
||||
rating!>=3<br/>
|
||||
rating>=3<br/>
|
||||
rating!<3<br/>
|
||||
rating<3<br/>
|
||||
rating!<=3<br/>
|
||||
rating<=3<br/>
|
||||
|
||||
|
||||
orientation:portrait<br/>
|
||||
orientation:landscape<br/>
|
||||
max-rating:1<br/>
|
||||
max-rating:5<br/>
|
||||
min-resolution:1<br/>
|
||||
max-resolution:10<br/>
|
||||
min-faces:1<br/>
|
||||
max-faces:10<br/>
|
||||
|
||||
keyword:"house"<br/>
|
||||
caption:"caption"<br/>
|
||||
|
||||
Reference in New Issue
Block a user