Skip to content

Commit

Permalink
try dropping the ancestors bool
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed Aug 21, 2024
1 parent 62bf31e commit 2683232
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ export const getAncestorsQuery = (uuid: string) => ({
},
},
},
{
bool: {
must_not: {
term: {
'ancestors.entity_type.keyword': 'Dataset',
},
},
},
},
],
},
},
Expand Down

0 comments on commit 2683232

Please sign in to comment.