Skip to content

Commit

Permalink
fix(geograpical-categories): fix geographical-categories query, add i…
Browse files Browse the repository at this point in the history
…sdeleted
  • Loading branch information
Mihoub2 committed Jan 24, 2024
1 parent 563f0d1 commit cac5162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/commons/queries/geographical-categories.elastic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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] },
Expand Down

0 comments on commit cac5162

Please sign in to comment.