mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Modal and filter somewhat working
This commit is contained in:
@@ -755,7 +755,7 @@ router.route('/api/search/:channel_name/').post(function(req, res) {
|
||||
res.status(400).send(to_send);
|
||||
return;
|
||||
}
|
||||
searchQuery = req.body.searchQuery;
|
||||
searchQuery = req.body.searchQuery.toLowerCase();
|
||||
var token = "";
|
||||
if(req.body.hasOwnProperty("token")) {
|
||||
token = req.body.token;
|
||||
|
||||
Reference in New Issue
Block a user