Comments
-
Were using api v1, I can search with simple qualifiers like (customFields.definitionId=104 AND customFields.numberValue=1) and (customFields.definitionId=106 AND customFields.numberValue=1) and I get back results. However, if I join these two with an AND I get back an empty array... ((customFields.definitionId=104 AND…