Skip to content

Instantly share code, notes, and snippets.

@savayer
Forked from davidpede/xpdo-where
Created April 15, 2017 07:59
Show Gist options
  • Save savayer/55ddbadabfadd12ea8426134019c4d7f to your computer and use it in GitHub Desktop.
Save savayer/55ddbadabfadd12ea8426134019c4d7f to your computer and use it in GitHub Desktop.
pdoResources where examples
&where=`{ "template:IN" : [ 1,2,3 ] }
&where=`{ "template:NOT IN" : [ 1,2,3 ] }
&where=`{{"alias:LIKE":"foo%", "OR:alias:LIKE":"%bar"},{"OR:pagetitle:=":"foobar", "AND:description:=":"raboof"}}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment