*This page will be updated as new search features are implemented.*
Search Guide
Basic Tag Searching
The most common way to search is by entering tags.
| Example | Description |
|---|---|
tag1 |
Find posts tagged with tag1. |
tag1 tag2 |
Find posts that contain both tag1 and tag2. |
tag1 -tag2 |
Find posts that contain tag1 and not tag2. |
-tag1 -tag2 |
Find posts that contain neither tag1 nor tag2. |
text1* *text2 |
Find posts with tags that start with text1 and end with text2. |
Score Filters
You can filter posts by score using comparison operators.
| Example | Description |
|---|---|
score:>10 |
Find posts with a score greater than 10. |
score:>=10 |
Find posts with a score greater than or equal to 10. |
score:<5 |
Find posts with a score less than 5. |
score:=0 |
Find posts with a score exactly equal to 0. |
sort:score |
Sort search results, highest score first |
sort:score_asc |
Sort search results, lowest score first |
sort:popular |
Sort search results, highest total (score + favcount) first |
User Filters
You can search for posts uploaded by a specific user.
| Example | Description |
|---|---|
user:username |
Find posts uploaded by the specified user. |
fav:username |
Find posts favorited by the specified user. |
Status Filters
Posts can have different statuses depending on moderation.
| Example | Description |
|---|---|
status:active |
Show active posts. |
status:pending |
Show posts that are awaiting approval. |
status:deleted |
Show recently deleted posts. |