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

Umherirrender <umherirrender_de...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |umherirrender_de...@web.de

--- Comment #1 from Umherirrender <umherirrender_de...@web.de> ---
To apply limits and to allow query-continue to work the result of the database
is always in sort order. Without a predefined order it is not possible to get
the next batch, when needed.

In your example there is no continue, but that is only known after receive the
data from the database. In that case it could be possible to sort the result on
the server.

In my opinion it should be easier to sort the result on the client or to
iterate over the given titles and get the part of the result instead of iterate
over the result.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to