Lista Doni Navi
This commit is contained in:
2
src/server/models/where.js
Normal file → Executable file
2
src/server/models/where.js
Normal file → Executable 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) {
|
||||
|
||||
Reference in New Issue
Block a user