Answer the question
In order to leave comments, you need to log in
How to remove duplicates from CIBlockElement::GetList in Bitrix?
In general, the problem occurs because of the subquery in the filter:
/*** Поиск по торговым предложениям ***/
$arFilter["ID"] = CIBlockElement::SubQuery("PROPERTY_CML2_LINK",array('IBLOCK_ID'=>8,'ACTIVE'=>'Y',$aF));
$rsElements = CIBlockElement::GetList($arSort, $arFilter, Array('ID'), $arNavParams);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question