typo
This commit is contained in:
parent
8142335a8c
commit
083e31cc25
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ config = site_config()
|
||||||
|
|
||||||
Item.facet_keys = []
|
Item.facet_keys = []
|
||||||
for key in filter(lambda k: 'find' in k, config['itemKeys']):
|
for key in filter(lambda k: 'find' in k, config['itemKeys']):
|
||||||
if 'autocomplete' in key['find'] and not 'autokompleteSortKey' in key['find']:
|
if 'autocomplete' in key['find'] and not 'autocompleteSortKey' in key['find']:
|
||||||
Item.facet_keys.append(key['id'])
|
Item.facet_keys.append(key['id'])
|
||||||
|
|
||||||
Item.person_keys = []
|
Item.person_keys = []
|
||||||
|
|
Loading…
Reference in a new issue