Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brlafreniere/b01e70d4c6807b635a7482b14ea3df14 to your computer and use it in GitHub Desktop.
Save brlafreniere/b01e70d4c6807b635a7482b14ea3df14 to your computer and use it in GitHub Desktop.
Array
(
[relation] => AND
[0] => Array
(
[key] => active
[value] => 1
[type] => NUMERIC
)
[1] => Array
(
[key] => quantity
[value] => 0
[compare] => >
)
[2] => Array
(
[relation] => OR
[0] => Array
(
[key] => brand_name
[value] => 'foobar'
[compare] => LIKE
)
[1] => Array
(
[key] => product_type_name
[value] => 'foobar'
[compare] => LIKE
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment