matches, subtitles, parts
This commit is contained in:
parent
da65166776
commit
c428b5e206
5 changed files with 42 additions and 14 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue