forked from Icycoide/searxng
[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
|
@ -1,4 +1,5 @@
|
|||
from searx.plugins import self_ip
|
||||
from searx.plugins import (self_ip,
|
||||
search_on_category_select)
|
||||
from searx import logger
|
||||
from sys import exit
|
||||
|
||||
|
@ -52,3 +53,4 @@ class PluginStore():
|
|||
|
||||
plugins = PluginStore()
|
||||
plugins.register(self_ip)
|
||||
plugins.register(search_on_category_select)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue