Answer the question
In order to leave comments, you need to log in
Why does LOGIC OR Bitrix GetList not work?
$r = CIBlockElement::GetList([],
[
[
"LOGIC" => "OR",
["PROPERTY_LINK1" => $arIds],
["PROPERTY_LINK2" => $arIds],
["WF_PARENT_ELEMENT_ID" => $arIds]
],
"SHOW_HISTORY" => "Y"
],
false, false, ["ID"]);
echo $r->SelectedRowsCount();
Answer the question
In order to leave comments, you need to log in
[
"LOGIC" => "OR",
[
"PROPERTY_LINK1" => $arIds,
"PROPERTY_LINK2" => $arIds,
"WF_PARENT_ELEMENT_ID" => $arIds
]
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question