remove isNull and not null conditon from descripiton in advance search (#19661)

(cherry picked from commit 2510a37a8ec6df736b37c0defb35f1a4d042ab21)
This commit is contained in:
Ashish Gupta 2025-02-05 11:23:54 +05:30 committed by OpenMetadata Release Bot
parent d72cceabe7
commit e58ec940e4

View File

@ -302,12 +302,7 @@ export const TEXT_FIELD_OPERATORS = [
export const RANGE_FIELD_OPERATORS = ['between', 'not_between']; export const RANGE_FIELD_OPERATORS = ['between', 'not_between'];
export const LIST_VALUE_OPERATORS = [ export const LIST_VALUE_OPERATORS = ['select_equals', 'select_not_equals'];
'select_equals',
'select_not_equals',
'is_null',
'is_not_null',
];
/** /**
* Generates a query builder tree with a group containing an empty rule * Generates a query builder tree with a group containing an empty rule