Last modified: 2009-12-30 05:20:21 UTC
Please, add following capabilities to list=allusers API query: 1. Prefix index for users using auprefix property like it is done with list=allpages 2. Add augroup pararmeter to get users from specified group 3. Add auprop=usergroups
1) Is there a need for this? All pages need it because the opensearch uses it, but I am not sure its needed for users table. Easy to implement though. 2) The query will not be very fast - join with user_groups and then sort by user name - the database will use filesort. I will implement it though but will keep an eye out for perf issues. 3) ok.
fixed in r24453