diff --git a/src/api/commons/queries/geographical-categories.elastic.js b/src/api/commons/queries/geographical-categories.elastic.js index 8d3496c7..38f17704 100644 --- a/src/api/commons/queries/geographical-categories.elastic.js +++ b/src/api/commons/queries/geographical-categories.elastic.js @@ -51,6 +51,7 @@ export default [ level: { $ifNull: ['$level', null] }, nameEn: { $ifNull: ['$nameEn', null] }, nameFr: 1, + isDeleted: { $ifNull: ['$isDeleted', false] }, originalId: { $ifNull: ['$originalId', null] }, parent: { $ifNull: ['$parent', null] }, priority: { $ifNull: ['$priority', null] },