collective / collective.solr

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

Serialize image_scales as JSON so it can be more easily used from non-Python solr clients #347

Closed davisagli closed 1 year ago

davisagli commented 1 year ago

image_scales is stored as a PersistentMapping in the ZCatalog. Previously it was implicitly converted to a string while sending it to solr, but json would be more useful.