A currated list of useful pdoTools settings/examples
Last active
June 21, 2023 09:43
-
-
Save pepebe/ccda9d27d3f17479a8eb7871c789feba to your computer and use it in GitHub Desktop.
pdoTools Kichensink
&where=`{ "template:IN" : [ 1,2,3 ] }
&where=`{ "template:NOT IN" : [ 1,2,3 ] }
Source: https://gist.github.com/davidpede/a00fbd35ff7c0f69815c
&where=`[{"alias:LIKE":"foo%", "OR:alias:LIKE":"%bar"},{"OR:pagetitle:=":"foobar", "AND:description:=":"raboof"}]`
source: https://gist.github.com/davidpede/a00fbd35ff7c0f69815c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment