Aggiungere Filtro Regione

This commit is contained in:
paoloar77
2022-02-25 12:01:34 +01:00
parent c60c96d0b8
commit 714b664c70
4 changed files with 157 additions and 140 deletions

View File

@@ -1534,6 +1534,12 @@ module.exports = {
}
}
if (params.filtersearch3and) {
if (params.filtersearch3and.length > 0) {
query.push({$match: {$and: params.filtersearch3and}});
}
}
if (params.filter && params.fieldsearch_last) {
const querytemp = this.getFilterParam(params.filter,
params.fieldsearch_last);