mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-30 15:45:27 +01:00
Turn search as you type off by default
This commit is contained in:
parent
918dd9b5b9
commit
326ebb9bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ def _prefs():
|
|||
'prefixes, as for example, Red instead of title:Red, '
|
||||
'limit the columns searched to those named below.'))
|
||||
c.add_opt('limit_search_columns_to',
|
||||
default=['title', 'authors', 'tags', 'series'],
|
||||
default=['title', 'authors', 'tags', 'series', 'publisher'],
|
||||
help=_('Choose columns to be searched when not using prefixes, '
|
||||
'as for example, when searching for Redd instead of '
|
||||
'title:Red. Enter a list of search/lookup names '
|
||||
|
|
|
|||
Loading…
Reference in a new issue