mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 21:48:22 +00:00
Remove Tag Filter for entityStatus (#24168)
This commit is contained in:
parent
ace463776a
commit
226e2e155a
@ -36,13 +36,6 @@ export enum TAG_START_WITH {
|
||||
export const queryFilterToRemoveSomeClassification = {
|
||||
query: {
|
||||
bool: {
|
||||
must: [
|
||||
{
|
||||
terms: {
|
||||
entityStatus: ['Approved', 'Unprocessed'],
|
||||
},
|
||||
},
|
||||
],
|
||||
must_not: [
|
||||
{
|
||||
prefix: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user