pis #12
@ -22,8 +22,8 @@ async function findPisByOrigDest(start,end) {
|
||||
]
|
||||
}
|
||||
}
|
||||
const oldQuery = {$and:[{$expr:{$eq:[{$first:"$stops"},firstCrs]}},{$expr:{$eq:[{$last:"$stops"},lastCrs]}}]}
|
||||
const search = db.query("pis", oldQuery)
|
||||
//const oldQuery = {$and:[{$expr:{$eq:[{$first:"$stops"},firstCrs]}},{$expr:{$eq:[{$last:"$stops"},lastCrs]}}]}
|
||||
const search = db.query("pis", query)
|
||||
return search
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user