Project:Solr
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

loving this module! just a quick thing...

SolrPhpClient/Apache/Response.php line 217 - foreach ($element as $child) {

i have put $values = array(); on the line above to stop the arrays adding onto each other, this was occuring array on array, object on object. So by the 30th results, the taxonomy_name array (for instance) was huge!

joe

Comments

#1

Status:fixed» active

#2

Confirmed - I ran into the same issue and applied the same fix - sorry I didn't report this sooner.

nobody click here