Skip to content

Commit 9a85ac1

Browse files
committed
search: do not exclude services or maps
1 parent ff5e2d6 commit 9a85ac1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts

-9
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ export class ElasticsearchService {
304304
return {
305305
bool: {
306306
must,
307-
must_not,
308307
should,
309308
filter,
310309
},
@@ -353,14 +352,6 @@ export class ElasticsearchService {
353352
},
354353
},
355354
],
356-
must_not: {
357-
...this.queryFilterOnValues('resourceType', [
358-
'service',
359-
'map',
360-
'map/static',
361-
'mapDigital',
362-
]),
363-
},
364355
},
365356
},
366357
_source: ['resourceTitleObject', 'uuid'],

0 commit comments

Comments
 (0)