169d0ab Ticket 48275 - search returns no entry when OR filter component contains non readable attribute

Authored and Committed by lkrispen 7 years ago
    Ticket 48275 - search returns no entry when OR filter component contains non readable attribute
    
    Bug Description: If an OR filter with more than one components did contain one
                     component without access the complete filter was set to non matching
                     even if the component did not contribute to the result of the evaluation
    
    Fix Description: Handle filter components, so that it can be distinguished if
                     the component did not match aor if there was no access, components
                     without access are completely ignored in OR filters and evaluation is
                     only based on components with access
    
    https://fedorahosted.org/389/ticket/48275
    
    Reviewed by: Noriko, Thanks
    
        
file modified
+138 -70