node.js - When i am firing a query in Studio 3T I am getting 1030 result and when I am firing a query in Node JS i am getting 1010 result.Can somebody help me? -
i firing query in studio 3t , getting 1030 result , when checking through node js giving me 1010 result. there limit node js searching result ?? have filter " city "
modelrestaurant.find({ 'city': req.query.city}, function (err, restaurantsarray)
Comments
Post a Comment