and document it
This commit is contained in:
parent
a6f8ce2a14
commit
7b6112dc2c
1 changed files with 4 additions and 4 deletions
|
@ -30,8 +30,8 @@
|
|||
* </ul>
|
||||
* <li>filesize (=, <, >, <=, >=) size, eg
|
||||
* <ul>
|
||||
* <li>filesize>1024 -- no images under 1KB
|
||||
* <li>filesize<=3MB -- shorthand filesizes are supported too
|
||||
* <li>filesize>1024 -- no images under 1KB
|
||||
* <li>filesize<=3MB -- shorthand filesizes are supported too
|
||||
* </ul>
|
||||
* <li>id (=, <, >, <=, >=) number, eg
|
||||
* <ul>
|
||||
|
@ -54,9 +54,9 @@
|
|||
* <ul>
|
||||
* <li>filename=kitten -- find all images with "kitten" in the original filename
|
||||
* </ul>
|
||||
* <li>posted=date, eg
|
||||
* <li>posted (=, <, >, <=, >=) date, eg
|
||||
* <ul>
|
||||
* <li>posted=2009-12-25 -- find images posted on the 25th December
|
||||
* <li>posted>=2009-12-25 posted<=2010-01-01 -- find images posted between christmas and new year
|
||||
* </ul>
|
||||
* </ul>
|
||||
* <p>Search items can be combined to search for images which match both,
|
||||
|
|
Reference in a new issue