django-oscar / django-oscar-elasticsearch

Search app for oscar using elasticsearch
BSD 3-Clause "New" or "Revised" License
20 stars 18 forks source link

Handle faulty empty attribute options #24

Closed specialunderwear closed 3 years ago

specialunderwear commented 3 years ago

When attributes are switched from one type to another, and they are some type of option, the values will be None, causing an attributeerror.

No reason to make the index update fail.