Lista Doni Navi
This commit is contained in:
2
src/server/models/gallery.js
Normal file → Executable file
2
src/server/models/gallery.js
Normal file → Executable file
@@ -44,7 +44,7 @@ const GallerySchema = new Schema({
|
||||
});
|
||||
|
||||
GallerySchema.statics.getFieldsForSearch = function () {
|
||||
return ['title']
|
||||
return [{ field: 'title', type: tools.FieldType.string }]
|
||||
};
|
||||
|
||||
GallerySchema.statics.executeQueryTable = function (idapp, params) {
|
||||
|
||||
Reference in New Issue
Block a user