Skip to content

Commit

Permalink
search: do not exclude services or maps
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Jun 11, 2024
1 parent cbba66e commit 3b9aa8d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ export class ElasticsearchService {
return {
bool: {
must,
must_not,
should,
filter,
},
Expand Down Expand Up @@ -353,14 +352,6 @@ export class ElasticsearchService {
},
},
],
must_not: {
...this.queryFilterOnValues('resourceType', [
'service',
'map',
'map/static',
'mapDigital',
]),
},
},
},
_source: ['resourceTitleObject', 'uuid'],
Expand Down

0 comments on commit 3b9aa8d

Please sign in to comment.