Skip to content

Instantly share code, notes, and snippets.

@gridphp
Last active June 14, 2020 19:56
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 gridphp/9122f2727d6b60fdf33ee75a11404036 to your computer and use it in GitHub Desktop.
Save gridphp/9122f2727d6b60fdf33ee75a11404036 to your computer and use it in GitHub Desktop.
Search JSON for complex conditions, https://www.gridphp.com
$sarr = <<< SEARCH_JSON
{
"groupOp":"AND",
"rules":[{"field":"client_id","op":"lt","data":"10"}],
"groups":[
{"groupOp":"OR",
"rules":[
{"field":"name","op":"cn","data":"Mar"},
{"field":"name","op":"cn","data":"Ana"}
]
}
]
}
SEARCH_JSON;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment