1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-07 18:00:13 +02:00
searxng/searx/plugins/search_on_category_select.py

7 lines
221 B
Python
Raw Normal View History

from flask.ext.babel import gettext
name = 'Search on category select'
description = gettext('Perform search immediately if a category selected')
default_on = False
js_dependencies = ('js/search_on_category_select.js',)