more current values

This commit is contained in:
j 2016-07-30 12:04:35 +02:00
parent dcf3acbd44
commit 5447aab0a1

View file

@ -1053,6 +1053,7 @@ class Item(models.Model):
current_values = list(set(current_values))
current_values = [ox.decode_html(ox.strip_tags(v)) for v in current_values]
current_values = [unicodedata.normalize('NFKD', v) for v in current_values]
self.update_facet_values(key, current_values)
def update_layer_facet(self, key):