parseInt fixes getObjects fix

This commit is contained in:
Baris Soner Usakli
2013-12-05 21:29:51 -05:00
parent 3a7fcc2d3d
commit 097810a057
9 changed files with 44 additions and 33 deletions

View File

@@ -409,9 +409,10 @@ var DebugRoute = function(app) {
function(next) {
/*db.searchIndex('post', 'green tomato is healthy', 2);
next();*/
db.search('post', 'tomato', function(err, result) {
/*db.search('post', 'tomato', function(err, result) {
next(err, result);
});
});*/
db.getObjects(['deeerp', 'user:1', 'bonanza', 'post:1'], next);
}
];