Wiki History Listing


V3 [h2]Searching[/h2]
[b]tag1 tag2[/b]
Search for posts that have tag1 and tag2.

[b]night~[/b]
Fuzzy search for the tag night. This will return results such as night, fight, bright, light, and so on according to the Levenshtein distance.

[b]tag1 ( tag2 ~ tag3 ~ tag4 ~ etc... )[/b]
Search for posts that have tag1 but also have tag2 OR tag3 OR tag4, etc...

[b]-tag1[/b]
Search for posts that don't have tag1.

[b]tag1*[/b]
Search for posts with tags that begin with tag1.

[b]*tag1[/b]
Search for posts with tags that end with tag1.

[b]user:bob[/b]
Search for posts uploaded by the user Bob.

[b]md5:foo[/b]
Search for posts with the MD5 hash foo.

[b]md5:foo*[/b]
Search for posts whose MD5 starts with the MD5 hash foo.

[b]rating:questionable[/b]
Search for posts that are rated questionable.

[b]-rating:questionable[/b]
Search for posts that are not rated questionable.

[b]rating:questionable rating:safe[/b]
In general, combining the same metatags (the ones that have colons in them) will not work.

[b]rating:questionable user:anonymous[/b]
You can combine different metatags, however.

[b]width:>=1000 height:>1000[/b]
Find images with a width greater than or equal to 1000 and a height greater than 1000.

[b]score:>=10[/b]
Find images with a score greater than or equal to 10. This value is updated once daily at 12AM CST.

[b]fav:1[/b]
Search posts favorited by the user with the id of 1.

[b]pool:2[/b]
Search posts included in pool id 2.

[b]sort:random[/b]
Sort posts randomly on every refresh.

[b]sort:random:3456[/b]
Random sorting can be fed a seed between [b]0 and 10000[/b] to maintain results for your specific search. The persistence will be lost once an image is added/deleted/modified in the database. The seed is optional.

[b]sort:updated:desc[/b]
Order posts by their most recently updated order.

Other sort options:

id
score
rating
user
height
width
source
updated

Can be sorted either by asc or desc.
Updated by cubone44 Wed, Apr 10 '24, 22:09
V2 [h2]Searching[/h2]
[b]tag1 tag2[/b]
Search for posts that have tag1 and tag2.

[b]night~[/b]
Fuzzy search for the tag night. This will return results such as night, fight, bright, light, and so on according to the Levenshtein distance.

tag1 ( tag2 ~ tag3 ~ tag4 ~ etc... )
Search for posts that have tag1 but also have tag2 OR tag3 OR tag4, etc...

[b]-tag1[/b]
Search for posts that don't have tag1.

[b]tag1*[/b]
Search for posts with tags that begin with tag1.

[b]*tag1[/b]
Search for posts with tags that end with tag1.

[b]user:bob[/b]
Search for posts uploaded by the user Bob.

[b]md5:foo[/b]
Search for posts with the MD5 hash foo.

[b]md5:foo*[/b]
Search for posts whose MD5 starts with the MD5 hash foo.

[b]rating:questionable[/b]
Search for posts that are rated questionable.

[b]-rating:questionable[/b]
Search for posts that are not rated questionable.

[b]rating:questionable rating:safe[/b]
In general, combining the same metatags (the ones that have colons in them) will not work.

[b]rating:questionable user:anonymous[/b]
You can combine different metatags, however.

[b]width:>=1000 height:>1000[/b]
Find images with a width greater than or equal to 1000 and a height greater than 1000.

[b]score:>=10[/b]
Find images with a score greater than or equal to 10. This value is updated once daily at 12AM CST.

[b]fav:1[/b]
Search posts favorited by the user with the id of 1.

[b]pool:2[/b]
Search posts included in pool id 2.

[b]sort:random[/b]
Sort posts randomly on every refresh.

[b]sort:random:3456[/b]
Random sorting can be fed a seed between [b]0 and 10000[/b] to maintain results for your specific search. The persistence will be lost once an image is added/deleted/modified in the database. The seed is optional.

[b]sort:updated:desc[/b]
Order posts by their most recently updated order.

Other sort options:

id
score
rating
user
height
width
source
updated

Can be sorted either by asc or desc.
Updated by cubone44 Wed, Apr 10 '24, 22:02
V1 [h2]Searching[/h2]
[b]tag1 tag2[/b]
Search for posts that have tag1 and tag2.

[b]night~[/b]
Fuzzy search for the tag night. This will return results such as night, fight, bright, light, and so on according to the Levenshtein distance.

[b]-tag1[/b]
Search for posts that don't have tag1.

[b]tag1*[/b]
Search for posts with tags that begin with tag1.

[b]*tag1[/b]
Search for posts with tags that end with tag1.

[b]user:bob[/b]
Search for posts uploaded by the user Bob.

[b]md5:foo[/b]
Search for posts with the MD5 hash foo.

[b]md5:foo*[/b]
Search for posts whose MD5 starts with the MD5 hash foo.

[b]rating:questionable[/b]
Search for posts that are rated questionable.

[b]-rating:questionable[/b]
Search for posts that are not rated questionable.

[b]rating:questionable rating:safe[/b]
In general, combining the same metatags (the ones that have colons in them) will not work.

[b]rating:questionable user:anonymous[/b]
You can combine different metatags, however.

[b]width:>=1000 height:>1000[/b]
Find images with a width greater than or equal to 1000 and a height greater than 1000.

[b]score:>=10[/b]
Find images with a score greater than or equal to 10. This value is updated once daily at 12AM CST.

[b]fav:1[/b]
Search posts favorited by the user with the id of 1.

[b]pool:2[/b]
Search posts included in pool id 2.

[b]sort:random[/b]
Sort posts randomly on every refresh.

[b]sort:random:3456[/b]
Random sorting can be fed a seed between [b]0 and 10000[/b] to maintain results for your specific search. The persistence will be lost once an image is added/deleted/modified in the database. The seed is optional.

[b]sort:updated:desc[/b]
Order posts by their most recently updated order.

Other sort options:

id
score
rating
user
height
width
source
updated

Can be sorted either by asc or desc.
Updated by cubone44 Mon, Apr 08 '24, 10:07