Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Parameters Include issue

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Parameters Include issue

Hello Joe,

Please remove params.include. All should be OK

Return to “Issues”