cloudant-labs / slate

The Cloudant Documentation, built with Slate
Other
14 stars 17 forks source link

Geospatial query #60

Closed sufyan297 closed 8 years ago

sufyan297 commented 8 years ago

Hello, I'm new to cloudant, i want to fetch records by lat and long with particular category.

//This is getting records by Lat and Long dbname/_design/ad/_geo/geoidx?lat=22.2609417&lon=73.1750101&radius=100

but i want to fetch records by particular category something like this... dbname/_design/ad/_geo/geoidx?lat=22.2609417&lon=73.1750101&radius=100&item_type_id: '12345'

how can i achieve this? please reply... i try to search google but i could not found anything..

warmanaIBM commented 8 years ago

Hello @sufyan297 , Great question, thank you. The best way to get help with this or other questions about the Cloudant service is to ask in Stack Overflow, using the 'cloudant' tag, for example here: http://stackoverflow.com/questions/tagged/cloudant . I hope this helps. Thanks again.