How do we select items with the priority value 'high'?
priority
'high'
priority = 'high'
priority <> 'low'
We add a filter with the condition priority = 'high'.