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.
As I said before, your documentation would greatly benefit from more interlinks.
Gal
said
over 8 years ago
Hi Daniel, does this answer your questions? http://devcenter.kinvey.com/backbone/guides/datastore#modifiers
Note in particular the `fields` option.
d
daniel_sedlacek
said
over 8 years ago
Hi Damien
did you just gave me link back to the documentation that I am quoting from complaining it does not provide any details? :)
I have no experience with MongoDB but my fair search through their documentation did not reveal anything similar to those options.
Also, I am looking for a way to return only specific columns from a collection on the Kinvey.DataStore.find() call.
Damien Bell
said
over 8 years ago
Daniel:
You can find out more about Kinvey.Query() here: http://devcenter.kinvey.com/backbone/reference/api/Kinvey.Query.html . To be a bit more direct, we are just wrapping requests that are destined for a mongodb server, so any operation you can take on mongo-db should be available via rest-API and Kinvey.Query().
daniel_sedlacek
filter Object Filter.
sort Object Sort.
skip number Skip.
limit number Limit.
Also, I am looking for a way to return only specific columns from a collection on the Kinvey.DataStore.find() call.