Page MenuHomePhabricator

Expand list=allusers functionality
Closed, ResolvedPublic

Description

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

Version: unspecified
Severity: enhancement

Details

Reference
bz10684

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:51 PM
bzimport set Reference to bz10684.
bzimport added a subscriber: Unknown Object (MLST).
  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.
  1. 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.
  1. ok.