Skip to content

Commit

Permalink
remove isNull and not null conditon from descripiton in advance search (
Browse files Browse the repository at this point in the history
#19661)

(cherry picked from commit 2510a37)
  • Loading branch information
Ashish8689 authored and OpenMetadata Release Bot committed Feb 5, 2025
1 parent d72ccea commit e58ec94
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e58ec94

Please sign in to comment.