elif condition == 'and':
                if all(values in testDict[filterType] for values in valuesList):
                    testList.append(testDict)