2016-03-29 10:34:10 +00:00
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Command</th>
|
|
|
|
<th>Description</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=Haruhi'><code>Haruhi</code></a></td>
|
|
|
|
<td>containing tag “Haruhi”</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=-Kyon'><code>-Kyon</code></a></td>
|
|
|
|
<td>not containing tag “Kyon”</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=uploader:David'><code>uploader:David</code></a></td>
|
|
|
|
<td>uploaded by user David</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=comment:David'><code>comment:David</code></a></td>
|
|
|
|
<td>commented by David</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=fav:David'><code>fav:David</code></a></td>
|
|
|
|
<td>favorited by David</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=fav-count:4'><code>fav-count:4</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>favorited by exactly four users</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=fav-count:4,5'><code>fav-count:4,5</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>favorited by four or five users</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=fav-count:4..'><code>fav-count:4..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>favorited by at least four users</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=fav-count:..4'><code>fav-count:..4</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>favorited by at most four users</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=fav-count:4..6'><code>fav-count:4..6</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>favorited by at least four, but no more than six users</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=comment-count:3'><code>comment-count:3</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>having exactly three comments</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=score:4'><code>score:4</code></a></td>
|
|
|
|
<td>having score of 4</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=tag-count:7'><code>tag-count:7</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>tagged with exactly seven tags</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=note-count:1..'><code>note-count:1..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>having at least one post note</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=feature-count:1..'><code>feature-count:1..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>having been featured at least once</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=date:today'><code>date:today</code></a></td>
|
|
|
|
<td>posted today</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=date:yesterday'><code>date:yesterday</code></a></td>
|
|
|
|
<td>posted yesterday</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=date:2000'><code>date:2000</code></a></td>
|
|
|
|
<td>posted in year 2000</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=date:2000-01'><code>date:2000-01</code></a></td>
|
|
|
|
<td>posted in January, 2000</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=date:2000-01-01'><code>date:2000-01-01</code></a></td>
|
|
|
|
<td>posted on January 1st, 2000</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=id:1'><code>id:1</code></a></td>
|
|
|
|
<td>having specific post ID</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=name:hash'><code>name:<em>hash</em></code></a></td>
|
|
|
|
<td>having specific post name (hash in full URLs)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=file-size:100..'><code>file-size:100..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>having at least 100 bytes</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=image-width:100..'><code>image-width:100..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>being at least 100 pixels wide</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=image-height:100..'><code>image-height:100..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>being at least 100 pixels tall</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=image-area:10000..'><code>image-area:10000..</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>having at least 10000 pixels</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=type:image'><code>type:image</code></a></td>
|
|
|
|
<td>only image posts</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=type:flash'><code>type:flash</code></a></td>
|
|
|
|
<td>only Flash posts</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=type:youtube'><code>type:youtube</code></a></td>
|
|
|
|
<td>only Youtube posts</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=type:video'><code>type:video</code></a></td>
|
|
|
|
<td>only video posts</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=special:liked'><code>special:liked</code></a></td>
|
|
|
|
<td>posts liked by currently logged in user</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=special:disliked'><code>special:disliked</code></a></td>
|
|
|
|
<td>posts disliked by currently logged in user</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=special:fav'><code>special:fav</code></a></td>
|
|
|
|
<td>posts added to favorites by currently logged in user</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=special:tumbleweed'><code>special:tumbleweed</code></a></td>
|
|
|
|
<td>posts with score of 0, without comments and without favorites</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>Most of the commands support ranged and composites values, e.g.
|
|
|
|
<code>id:<em>number</em></code> operator supports respectively
|
|
|
|
<a href='/posts/query=id:5..7'><code>id:5..7</code></a> and
|
|
|
|
<a href='/posts/query=id:5,10,15'><code>id:5,10,15</code></a>.
|
|
|
|
You can combine tags and negate any of them for interesting results.
|
2016-04-09 06:58:06 +00:00
|
|
|
<a href='/posts/query=sea -fav-count:..8 type:flash uploader:Pirate'><code>sea -fav-count:8.. type:swf uploader:Pirate</code></a>
|
2016-03-29 10:34:10 +00:00
|
|
|
will show you flash files tagged as sea, that were liked by seven people at
|
|
|
|
most, uploaded by user Pirate.</p>
|
|
|
|
|
|
|
|
<p>All of the above can be sorted using additional tag in form of
|
|
|
|
<code>order:<em>keyword</em></code>:</p>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Command</th>
|
|
|
|
<th>Description</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=order:random'><code>order:random</code></a></td>
|
|
|
|
<td>as random as it can get</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=order:id'><code>order:id</code></a></td>
|
|
|
|
<td>highest to lowest post ID (default browse view)</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:creation-date'><code>order:creation-date</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>newest to oldest (pretty much same as above)</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=-order:creation-date'><code>-order:creation-date</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>oldest to newest</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:creation-date,asc'><code>order:creation-date,asc</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>oldest to newest (ascending order, default = descending)</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:edit-date'><code>order:edit-date</code></a></td>
|
|
|
|
<td>like <code>creation-date</code>, only looks at last edit time</td>
|
2016-03-29 10:34:10 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td><a href='/posts/query=order:score'><code>order:score</code></a></td>
|
|
|
|
<td>highest scored</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:file-size'><code>order:file-size</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>largest files first</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:image-width'><code>order:image-width</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>widest images first</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:image-height'><code>order:image-height</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>tallest images first</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:image-area'><code>order:image-area</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>largest images first</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:tag-count'><code>order:tag-count</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>with most tags</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:fav-count'><code>order:fav-count</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>loved by most</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:comment-count'><code>order:comment-count</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>most commented first</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:fav-date'><code>order:fav-date</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>recently added to favorites</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:comment-date'><code>order:comment-date</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>recently commented</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:feature-date'><code>order:feature-date</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>recently featured</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2016-04-09 06:58:06 +00:00
|
|
|
<td><a href='/posts/query=order:feature-count'><code>order:feature-count</code></a></td>
|
2016-03-29 10:34:10 +00:00
|
|
|
<td>most often featured</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>As shown with <a
|
2016-04-09 06:58:06 +00:00
|
|
|
href='/posts/query=-order:creation-date'><code>-order:creation-date</code></a>,
|
2016-03-29 10:34:10 +00:00
|
|
|
any of them can be reversed in the same way as negating other tags: by placing
|
|
|
|
a dash before the tag.</p>
|