add instructions for search by ID
This commit is contained in:
		
							parent
							
								
									8d478b9c39
								
							
						
					
					
						commit
						45b1a381b8
					
				| @ -6,8 +6,11 @@ | |||||||
| .command_example pre { | .command_example pre { | ||||||
| 	padding:4pt; | 	padding:4pt; | ||||||
| 	border: dashed 2px black; | 	border: dashed 2px black; | ||||||
|  |     display: table-cell; | ||||||
|  |     width: 256px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .command_example p { | .command_example p { | ||||||
| 	padding-left: 16pt; | 	padding-left: 16pt; | ||||||
| } |     display: table-cell; | ||||||
|  | } | ||||||
|  | |||||||
| @ -363,6 +363,22 @@ and of course start organising your images :-) | |||||||
| 
 | 
 | ||||||
|         <hr/> |         <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 <, <=, >, >=, 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> |         <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"> |         <div class="command_example"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user