add instructions for search by ID

This commit is contained in:
Shish 2021-03-14 15:31:24 +00:00
parent 8d478b9c39
commit 45b1a381b8
2 changed files with 20 additions and 1 deletions

View File

@ -6,8 +6,11 @@
.command_example pre {
padding:4pt;
border: dashed 2px black;
display: table-cell;
width: 256px;
}
.command_example p {
padding-left: 16pt;
}
display: table-cell;
}

View File

@ -363,6 +363,22 @@ and of course start organising your images :-)
<hr/>
<p>Search for posts by ID</p>
<div class="command_example">
<pre>id=1234</pre>
<p>Find the 1234th thing uploaded.</p>
</div>
<div class="command_example">
<pre>id>1234</pre>
<p>Find more recently posted things</p>
</div>
<p>Can use &lt;, &lt;=, &gt;, &gt;=, or =.</p>
<hr/>
<p>Sorting search results can be done using the pattern order:field_direction. _direction can be either _asc or _desc, indicating ascending (123) or descending (321) order.</p>
<div class="command_example">