mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 01:39:24 +02:00
Merge pull request #485 from dalf/pref_query_in_title
[mod] new preference: query_in_title
This commit is contained in:
commit
42c1a938f0
8 changed files with 42 additions and 2 deletions
|
@ -188,6 +188,7 @@ SCHEMA = {
|
|||
},
|
||||
'results_on_new_tab': SettingsValue(bool, False),
|
||||
'advanced_search': SettingsValue(bool, False),
|
||||
'query_in_title': SettingsValue(bool, False),
|
||||
'categories_order': SettingsValue(list, CATEGORY_ORDER),
|
||||
},
|
||||
'preferences': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue