eg:
filters = [['project','is', {'type': 'Project','id': pid}],['entity','is',{'type':'Shot','id':sid}],['step.Step.content', 'is', stepname],['step.Step.content', 'is', otherstepname]]
...is stepname and otherstepname.
how would I say stepname or otherstepname ?