As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
var options = { "skip": skip, "limit": limit, "sort": {"sort_index": -1} }; var testColl = collectionAccess.collection('test'); testColl.find(query, options,function (err, results){ }
Yovcho Kalev
Hello, I am making a single page app where I have posts. Because of the pagination I get only 3 posts and skip posts depending on the page.Because of that i cannot sort them. Is there a way to sort the collection from the site?