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

joev’s picture

Status: Fixed » Active
cfennell’s picture

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