if condition == 'or':
                if any(values in testDict[filterType] for values in valuesList):
                    testList.append(testDict)