Different types of filters are combined using a logical AND. If the same type of filter is
				added multiple times with different criteria, the filters are combined using a
				logical OR
 If you defined the following filters:
- Security Configuration = Security1
 
- User = User1
 
- User = User2
 
The filtered list would return results that matched both
					
Security1 and either 
User1 or
					
User2.