fix document lookup

This commit is contained in:
j 2016-09-15 13:52:54 +02:00
parent 1af3f84e96
commit 285877054e

View file

@ -9,6 +9,7 @@ from oxdjango.fields import DictField
keymap = {
'id': 'item__public_id',
'filename': 'path',
}
default_key = 'oshash'