projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 256 forks source link

Each key makes it's own list #3312

Closed jcoyne closed 1 month ago

jcoyne commented 1 month ago

This fixes a misunderstanding of how Hash.new(obj) works. That means each key gets the same instance of the list rather than a new list