fix document lookup
This commit is contained in:
parent
1af3f84e96
commit
285877054e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from oxdjango.fields import DictField
|
||||||
|
|
||||||
keymap = {
|
keymap = {
|
||||||
'id': 'item__public_id',
|
'id': 'item__public_id',
|
||||||
|
'filename': 'path',
|
||||||
}
|
}
|
||||||
default_key = 'oshash'
|
default_key = 'oshash'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue