Munka keresés javítva

This commit is contained in:
Vincze József 2025-02-17 09:26:33 +01:00
parent bd1fb958af
commit 644d5aad5b
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -553,7 +553,7 @@ app.post('/apiPostDailyReport/:apiKey',function(req,res){
app.get('/filter', utils.ensureAuthenticated, async function(req, res) { app.get('/filter', utils.ensureAuthenticated, async function(req, res) {
//console.log(req.query.year.value); //console.log(req.query.year.value);
const year=new RegExp("^"+req.query.year); const year=new RegExp("^"+req.query.year);
const condition=new RegExp("^"+req.query.condition); const condition=new RegExp(req.query.condition);
var query={ var query={
$or:[ $or:[