diff --git a/src/Views/index-help.phtml b/src/Views/index-help.phtml index dc5b375f..bafe75e4 100644 --- a/src/Views/index-help.phtml +++ b/src/Views/index-help.phtml @@ -21,10 +21,14 @@
  • uploaded by David: submit:David (note no spaces)
  • favorited by David: fav:David
  • favorited by at least four users: favmin:4
  • +
  • commented by at least three users: commentmin:3
  • +
  • tagged with at least seven tags: tagmin:7
  • exactly from the specified date: date:2001, date:2012-09-29 (yyyy-mm-dd format)
  • from the specified date onwards: datemin:2001-01-01
  • up to the specified date: datemax:2004-07
  • -
  • by content type: type:img, type:swf (images and flash files, respectively)
  • +
  • having specific ID: id:1,2,3,8
  • +
  • having ID no less than specified value: idmin:28
  • +
  • by content type: type:img, type:swf, type:yt (images, flash files and Youtube videos, respectively)
  • You can combine tags and negate any of them for interesting results. sea -favmin:8 type:swf submit:Pirate will show you flash files tagged as sea, that were liked by seven people at most, uploaded by user Pirate.