Closed avoelkl closed 8 years ago
Sorry, can't reproduce that. I assume the attribute in question is a multiselect attribute which get indexed correctly in my test cases. Could you log the whole $document
for the case where this is happening? Is it happendning for all products, or only few? Currently, I can't think of a case where '$value' is an array with more than one dimension.
Fixed with aef33cdf89b6d4c0dbc87ee2a866b13b605907c3. it was a problem with multiselect attributes in configurable children. Thanks @avoelkl for your help!
Hi,
I recognized that we have several of these warnings in our log:
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /...../IntegerNet_Solr/src/lib/IntegerNet_Solr/Apache_Solr/Service.php on line 868
So it might happen that
$multivalue
is an array on this line here.I just threw a quick debug in there to find out what a $multivalue can be and this resulted in:
As I'm not quite sure how the XML structure should look like, I did not fix it yet. Please have a look :)