Open
Description
The GaiaClass.ROW_LIMIT put in from this PR:
#1641
Now limits all queries to return only the top 50 objects. There is no way to adjust this row limit without breaking python conventions over class attributes.
A better solution would be to use this attribute (set to unlimited) as a default to all the search methods, with a parameter to these methods for overriding the default.