collective / collective.solr

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

WIP Fix reindex if an attribute is removed from an object #324

Open reebalazs opened 2 years ago

reebalazs commented 2 years ago

If an attribute becomes None, then the previous code would not have updated the attribute value in the index and the previous value would have lingered indefinitely.