collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
22 stars 46 forks source link

image_scales is returned as a string rather than a dict #354

Closed davisagli closed 1 year ago

davisagli commented 1 year ago

collective.solr 9.0.1 added special handling of the image_scales catalog metadata to make sure it gets serialized as JSON for solr.

This is working, but when the solr results are accessed via FlareContentListingObject, the JSON is not deserialized correctly.