forked from 0x2620/pandora
more current values
This commit is contained in:
parent
dcf3acbd44
commit
5447aab0a1
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue