diff --git a/ext/index/main.php b/ext/index/main.php
index f5e583df..a35d0a9d 100644
--- a/ext/index/main.php
+++ b/ext/index/main.php
@@ -30,8 +30,8 @@
*
*
filesize (=, <, >, <=, >=) size, eg
*
- * - filesize>1024 -- no images under 1KB
- *
- filesize<=3MB -- shorthand filesizes are supported too
+ *
- filesize>1024 -- no images under 1KB
+ *
- filesize<=3MB -- shorthand filesizes are supported too
*
* id (=, <, >, <=, >=) number, eg
*
@@ -54,9 +54,9 @@
*
* - filename=kitten -- find all images with "kitten" in the original filename
*
- * - posted=date, eg
+ *
- posted (=, <, >, <=, >=) date, eg
*
- * - posted=2009-12-25 -- find images posted on the 25th December
+ *
- posted>=2009-12-25 posted<=2010-01-01 -- find images posted between christmas and new year
*
*
* Search items can be combined to search for images which match both,