matches, subtitles, parts

This commit is contained in:
j 2011-06-02 10:19:15 +02:00
commit c428b5e206
5 changed files with 42 additions and 14 deletions

View file

@ -52,10 +52,12 @@ def parseCondition(condition):
'text': 'string',
'year': 'string',
'length': 'string',
'list': 'list'
'list': 'list',
'layer': 'string'
}.get(key_type, key_type)
if k == 'list':
key_type = 'list'
if key_type == "string":
in_find=True
value_key = 'find__value'