mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[enh] new plugin: search on category select (currently only in oscar theme)
TODO purge mootools from default/courgette and integrate jquery ++ this theme
This commit is contained in:
parent
dd84814b68
commit
973c97c85b
3 changed files with 23 additions and 1 deletions
6
searx/plugins/search_on_category_select.py
Normal file
6
searx/plugins/search_on_category_select.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
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',)
|
Loading…
Add table
Add a link
Reference in a new issue