mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
YES
This commit is contained in:
2
index.js
2
index.js
@@ -54,7 +54,7 @@ app.post('/search', (req, res) => {
|
||||
temp = client.db().collection("questions").find(query).toArray(function(err, data) {
|
||||
arr = splice(data)
|
||||
page = 0 + parseInt(req.body.page, 10)
|
||||
res.render('index', {search:req.body.title, data: arr[page],page:page,pagenums:Array.from(new Array(arr.length), (x,i) => i),maxpages:arr.length})
|
||||
res.render('index', {title:req.body.title, data: arr[page],page:page,pagenums:Array.from(new Array(arr.length), (x,i) => i),maxpages:arr.length})
|
||||
client.close()
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user