Last modified: 2007-09-04 16:14:30 UTC
There are multiple users whose names start with '''Adrian '''. Searching for Adrian_, Adrian+, or Adrian%20 produces no results. compare: http://en.wikipedia.org/w/api.php?action=query&list=allusers&aulimit=1&auprop=groups|editcount&auprefix=Adrian http://en.wikipedia.org/w/api.php?action=query&list=allusers&aulimit=1&auprop=groups|editcount&auprefix=Adrian%20 The result of the second query should be the query-continue value returned from the first. (at least at the moment. not sure if anything has precedence over a space)
This specific case would have been fixed in r24870.
"This specific case" is misleading; the above should have read: Username normalisation for "list=allusers" was fixed in r24870. There might be other examples of poor username handling throughout the API.
(In reply to comment #2) > Username normalisation for "list=allusers" was fixed in r24870. There might be > other examples of poor username handling throughout the API. If that is the case, those issues should be filed separately. Closing as FIXED, as this particular issue was fixed in r24870.