Page 1 of 1

Parameters Include issue

Posted: Tue Apr 07, 2015 9:42 am
by Joe Bohen

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?


Parameters Include issue

Posted: Tue Apr 07, 2015 4:49 pm
by Serhii Kulibaba

Hello Joe,

Please remove params.include. All should be OK