This was submitted to GitHub with issue #4004 and fixed with issue #4007. That was merged and deployed just today, which means that there are wider variety of metatags to order by now (ex: order:METATAG
).
- comments, active_comments, deleted_comments
- notes, active_notes, deleted_notes
- flags, resolved_flags, unresolved_flags
- children, active_children, deleted_children
- pools, active_pools, deleted_pools, series_pools, collection_pools
- appeals
- approvals
- replacements
Also, *_count can be used as a replacement for the plurality of any of the above tags. For instance, order:comments
and order:comment_count
do the same thing.
As noted in the prior post, using other tags and/or range specifiers (Help:Cheatsheet) might be necessary to keep the query from timing out, particularly for those with lower timeouts.