Search API filters for this condition: (a || b) && (c || d)
I'm trying to use the Search API: /crm/v3/objects/deals/search along with this filter condition: (a || b) && (c || d) - where a, b, c, d are properties that have to be equal to some specific value.
On the documentation page I found this condition: (a && !b) || c
but based on that, it doesn't seem straight forward to write the required one.