pdoResources where clause

If you decide you need a &where property, give this a shot:

&where = `[{"Discipline:LIKE":"%Photography%"},{" or:Discipline:LIKE":"%Film%"}]`

If the entries are exact, this might also work:

&where = `[{"Discipline":"Photography"},{" or:Discipline":"Film"}]`