mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
parseInt fixes getObjects fix
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user