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

This commit is contained in:
Ashish Gupta 2025-02-05 11:23:54 +05:30 committed by GitHub
parent 8c2066904d
commit 2510a37a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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