Description
There is a peculiar search bug on load 16 that 'OR' of 3 constraints is broken but removing any one returns the results. The below query returns no results but removing any one of 3 'OR'ed conditions returns the result.
//*[( jcr:content/metadata/@cq:tags = 'stockphotography:business' or jcr:like(jcr:content/metadata/@cq:tags, 'stockphotography:business/%') or jcr:content/metadata/@cq:tags = '/etc/tags/stockphotography/business') ]