Answer the question
In order to leave comments, you need to log in
How to filter by multiple property in Highload blocks?
Hello!
There was a problem with filtering highload infoblocks (it seems after the last update of the BUS) (Version 20.0.1187).
There is an infoblock with multiple property "Binding to infoblock elements".
Until the last update, filtering by this property worked correctly
$rsData = $entity_data_class::getList(array(
"select" => array("*"),
"order" => array("ID" => "ASC"),
"filter" => array(
"UF_USER" => array_keys($arCityUsers),
"UF_DIRECTIONS" => $directions // Множественное свойство
)
));
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