There was an error while loading. Please reload this page.
1 parent ef09963 commit 87531f9Copy full SHA for 87531f9
1 file changed
controllers/index.js
@@ -27,6 +27,9 @@ exports.home = function (req, res) {
27
// Scripts: Query
28
var scriptListQuery = Script.find();
29
30
+ // Scripts: Query: isLib=false
31
+ scriptListQuery.find({isLib: false});
32
+
33
// Scripts: Query: Search
34
if (req.query.q)
35
modelQuery.parseScriptSearchQuery(scriptListQuery, req.query.q);
0 commit comments