Gelbooru

Notice: We are now selling NEW Gelbooru Merch~! Domestic shipping is free on all orders! Do you have an artist tag on Gelbooru? Let us know so we can properly credit you!

Ticket Information - ID: #725


ID:Category:SeverityReproducibilityDate SubmittedUpdated By:
0000725Feature RequestnormalN/A12/22/13 04:39PM
Reporteranonymous_coder
Assigned to:geltas
Resolution:Open
View StatusPublic
Version:
Target Version:N/A
Summary:Tags API descending order
Description:Currently when you query the API for a list of tags you cannot change the sorting direction - it is always ascending.
For example if you go: http://gelbooru.com/index.php?page=dapi&s=tag&q=index&order=count
You get a list a pretty useless list of tags that are only used for 1 post.
The default behavior should be to display the results in descending order.
The fix is probably as easy as adding DESC to the ORDER BY clause.
Additional Info:Danbooru has the requested functionality, and it makes getting a list of the most commonly used tags for the site a very easy task.