https://bugzilla.wikimedia.org/show_bug.cgi?id=45303

--- Comment #2 from Jeroen De Dauw <[email protected]> ---
> This is because "results" is returned as an object instead of as a list.

In JS, maps are order dependent while arrays are not. Don't see how returning
results as map would cause a sorting problem. It seems more likely something on
the backend changed that causes sort to be no longer applied. 

With these settings the API will return the executed SQL queries, so you can
check if this is the case:

$wgDebugDumpSql = true;
$wgDebugToolbar = true;

Did the actual output of the API change from arrays to maps recently?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to