Remove Tag Filter for entityStatus (#24168)

This commit is contained in:
Ram Narayan Balaji 2025-11-05 14:23:18 +05:30 committed by GitHub
parent ace463776a
commit 226e2e155a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,13 +36,6 @@ export enum TAG_START_WITH {
export const queryFilterToRemoveSomeClassification = {
query: {
bool: {
must: [
{
terms: {
entityStatus: ['Approved', 'Unprocessed'],
},
},
],
must_not: [
{
prefix: {