Skip to content

Instantly share code, notes, and snippets.

@pedro-vasconcelos
Created August 13, 2013 16:43
Show Gist options
  • Save pedro-vasconcelos/6223063 to your computer and use it in GitHub Desktop.
Save pedro-vasconcelos/6223063 to your computer and use it in GitHub Desktop.
Fazer um filtro com OR
{fetch( 'content', 'list',
hash( 'parent_node_id', 42,
'attribute_filter', array( 'or',
array( 152, '=', 'abc' ),
array( 153, '=', '42' ) ) ) )}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment