mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	remove isNull and not null conditon from descripiton in advance search (#19661)
(cherry picked from commit 2510a37a8ec6df736b37c0defb35f1a4d042ab21)
This commit is contained in:
		
							parent
							
								
									d72cceabe7
								
							
						
					
					
						commit
						e58ec940e4
					
				@ -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