robhogan / dynamodb-geo.js

A node-friendly typescript port of https://github.com/awslabs/dynamodb-geo
210 stars 97 forks source link

queryRadius is not returning all column values #50

Closed sjkbnx closed 4 years ago

sjkbnx commented 4 years ago

Hi, I am using 0.4.0 version. I can save the object by using putpoint but when I try to fetch the results with queryRadius function, its not returns only some of column values.

sjkbnx commented 4 years ago

I was parsing data incorrectly.