0

how to use OR in filters?

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 ?

1 comment

  • 0
    Avatar
    craig brown

    perfect, thanks Tony.

Please sign in to leave a comment.