Hi Guys,
I got to work this morning and all of my Node ACS queries that query a place by distance and location no longer work...
has anybody else noticed this issue today?
ACS.Places.query({ where : {
lnglat : {
'$nearSphere' : [long, lat],
'$maxDistance' : maxdistance
},
},
page : pg,
per_page : 1000,
Regards Tristan