diff --git a/server/boot/story.js b/server/boot/story.js index a883a30280..6c5bdea63a 100755 --- a/server/boot/story.js +++ b/server/boot/story.js @@ -211,7 +211,7 @@ module.exports = function(app) { if (err) { return next(err); } - database.collection('stories').find({ + database.collection('story').find({ '$text': { '$search': req.body.data ? req.body.data.searchValue : '' }