collective / collective.solr

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

Fix indexing of null values #370

Closed reebalazs closed 5 months ago

reebalazs commented 5 months ago

This is very surprising, but it looks like solr lacked the support for missing (None) values, so they got degraded to a "None" string. This PR adds the condition that fixes it.

Supporting None values was already added earlier for lists (multi values), but not for the simple index use case.