How do we select items with the priority value 'high'?

We add a filter with the condition priority = 'high'We add a filter with the condition priority <> 'low'

We add a filter with the condition priority = 'high'.