Hello!
I made a script to read data and return part of this data based on a GET parameter. I use the standard
Code: Select all
var result = Collection.query("dbId", "collectionName");
to import my collection, but it only imports the first 100 rows of the collection. Can somebody please tell me how to import all (less then 50.000) rows?