mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
remove isNull and not null conditon from descripiton in advance search (#19661)
This commit is contained in:
parent
8c2066904d
commit
2510a37a8e
@ -302,12 +302,7 @@ export const TEXT_FIELD_OPERATORS = [
|
||||
|
||||
export const RANGE_FIELD_OPERATORS = ['between', 'not_between'];
|
||||
|
||||
export const LIST_VALUE_OPERATORS = [
|
||||
'select_equals',
|
||||
'select_not_equals',
|
||||
'is_null',
|
||||
'is_not_null',
|
||||
];
|
||||
export const LIST_VALUE_OPERATORS = ['select_equals', 'select_not_equals'];
|
||||
|
||||
/**
|
||||
* Generates a query builder tree with a group containing an empty rule
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user