Lista Città (prese dal server: pickup)

This commit is contained in:
paoloar77
2022-01-20 00:39:06 +01:00
parent f463f88495
commit 66eaca6d41
11 changed files with 97289 additions and 56 deletions

View File

@@ -1349,6 +1349,9 @@ module.exports = {
const q4 = this.getLookup(params.lookup4, 4, proj);
if (q4) query = [...query, ...q4];
const q5 = this.getLookup(params.lookup5, 5, proj);
if (q5) query = [...query, ...q5];
if (params.filtersearch2) {
if (params.filtersearch2.length > 0) {
query.push({$match: {$and: params.filtersearch2}});