forked from 0x2620/pandora
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 = {
|
||||
'id': 'item__public_id',
|
||||
'filename': 'path',
|
||||
}
|
||||
default_key = 'oshash'
|
||||
|
||||
|
|
Loading…
Reference in a new issue