mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:12:35 +02:00
Make ondevice searchable
This commit is contained in:
parent
45eb98c319
commit
585dadd241
1 changed files with 2 additions and 2 deletions
|
|
@ -195,11 +195,11 @@ class FieldMetadata(dict):
|
|||
'is_category':False}),
|
||||
('ondevice', {'table':None,
|
||||
'column':None,
|
||||
'datatype':'bool',
|
||||
'datatype':'text',
|
||||
'is_multiple':None,
|
||||
'kind':'field',
|
||||
'name':None,
|
||||
'search_terms':[],
|
||||
'search_terms':['ondevice'],
|
||||
'is_custom':False,
|
||||
'is_category':False}),
|
||||
('path', {'table':None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue