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

Only call the SearchBuilder one time per request #3157

Closed jcoyne closed 4 months ago

jcoyne commented 4 months ago

Fixes #3155

cbeer commented 4 months ago

SearchBuilder already memoizes its return value, we're just asking for the hash with two different parameter sets (and maybe we shouldn't?):

https://github.com/projectblacklight/blacklight/pull/3160

jcoyne commented 4 months ago

Superceded by #3160