Common Content for Data Catalog 
			
			- Common Content for Data Catalog 10.5
- All Products
 
           
      	
            
	
      | Logical Operator 
				 | Description 
				 | Example 
				 | 
|---|---|---|
| ! 
				 | NOT 
				 | ! name ~not-starts-with~ M_ 
				 | 
| && 
				 | AND 
				 | name ~starts-with~ map_&& lastModifiedBy ~ends-with~ visitor 
				 | 
| || 
				 | OR 
				 | checkInTime > 2018-12-26 20:32:54 || lastModifiedTime > 2019-02-26 20:32:54 
				 |