Parameters Include issue
Posted: Tue Apr 07, 2015 9:42 am
Hi, I am attempting to limit the columns returned in a server code query against the devices collection using:
params.criteria = {"deviceID" : {$regex : ".f711a16d08xxxxx"}}; params.include="deviceID";
I get the column not a pointer error! The column you are trying to include is not of the Pointer type:
How do I limit the columns correctly?