diff --git a/ext/help_pages/style.css b/ext/help_pages/style.css index 85a40f5b..755bbe46 100644 --- a/ext/help_pages/style.css +++ b/ext/help_pages/style.css @@ -6,8 +6,11 @@ .command_example pre { padding:4pt; border: dashed 2px black; + display: table-cell; + width: 256px; } .command_example p { padding-left: 16pt; -} \ No newline at end of file + display: table-cell; +} diff --git a/ext/index/theme.php b/ext/index/theme.php index 31d344b7..e9f949e0 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -363,6 +363,22 @@ and of course start organising your images :-)
Search for posts by ID
+ +id=1234+
Find the 1234th thing uploaded.
+id>1234+
Find more recently posted things
+Can use <, <=, >, >=, or =.
+ +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.