Skip to content

Instantly share code, notes, and snippets.

@patrickatwsrn
Forked from davidpede/xpdo-where
Created October 11, 2023 20:49
Show Gist options
  • Save patrickatwsrn/9bde1d0b3775f069886adb0350eeab45 to your computer and use it in GitHub Desktop.
Save patrickatwsrn/9bde1d0b3775f069886adb0350eeab45 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