Lista Doni Navi

This commit is contained in:
Paolo Arena
2020-03-21 10:28:26 +01:00
parent fbc85ce06a
commit b2696d1898
139 changed files with 463 additions and 80 deletions

2
src/server/models/where.js Normal file → Executable file
View File

@@ -31,7 +31,7 @@ const WhereSchema = new Schema({
});
WhereSchema.statics.getFieldsForSearch = function () {
return ['placename']
return [{ field: 'placename', type: tools.FieldType.string }]
};
WhereSchema.statics.executeQueryTable = function (idapp, params) {