|
@@ -15,8 +15,8 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
15
|
15
|
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
|
16
|
16
|
'''
|
17
|
17
|
from flask.ext.babel import gettext
|
18
|
|
-name = 'Search on category select'
|
19
|
|
-description = gettext('Perform search immediately if a category selected')
|
20
|
|
-default_on = False
|
|
18
|
+name = gettext('Search on category select')
|
|
19
|
+description = gettext('Perform search immediately if a category selected. Disable to select multiple categories.')
|
|
20
|
+default_on = True
|
21
|
21
|
|
22
|
22
|
js_dependencies = ('js/search_on_category_select.js',)
|