Dario
Dario
ok! i'll look forward for an update, thanks for the alternative!
Hi! i'm on Railo 3.3, here's an example code: mongoConfig = createObject('component','com.cfmongodb.core.MongoConfig').init(dbName="db"); mongo = createObject('component','com.cfmongodb.core.Mongo').init(mongoConfig); mongoCollection = mongo.getDBCollection("collection"); queryParams = { criteria={}, skip=10, limit=1000 }; queryParams.criteria['Position']['$nearSphere'] = [45.46427, 9.18951]; queryParams.criteria['Position']['$maxDistance']...
Hi, unfortunatelly the linked structnew didn't solved the issue. by the way, i've done a little research about that and i've managed to solve the issue by the creation of...