Skip to content

Instantly share code, notes, and snippets.

@pepebe
Last active June 21, 2023 09:43
Show Gist options
  • Save pepebe/ccda9d27d3f17479a8eb7871c789feba to your computer and use it in GitHub Desktop.
Save pepebe/ccda9d27d3f17479a8eb7871c789feba to your computer and use it in GitHub Desktop.
pdoTools Kichensink

About this list

A currated list of useful pdoTools settings/examples

where with single condition

&where=`{ "template:IN" : [ 1,2,3 ] }
&where=`{ "template:NOT IN" : [ 1,2,3 ] }

where with multiple conditions inside square brackets

&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