ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

api order by ID #205

Closed will-moore closed 3 years ago

will-moore commented 4 years ago

getObjects() orders by ID by default

Since we support pagination, we should ensure consistent ordering of objects. If user doesn't choose any ordering, then we order by ID by default.

joshmoore commented 4 years ago

Reopening with #216 merged.