Hello I'm using complex search AND and OR in 4.4.4
filters =
{
“groupOp”:”OR”,
“rules”:[{“field”:”a.id”,”op”:”eq”,”data”:”1″}],
“groups”:[
{
“groupOp”:”AND”,
“rules”:[{“field”:”a.id”,”op”:”eq”,”data”:”2″}],
“groups”:[…]
}
]
}
but in the Search
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top