✨ Brave
for the search engine (#335)
* feat: implement brave engine * refactor: correct indentations in stylelint config * docs: add dummy config option to config.lua * feat: implement safe_search_level in brave engine * refactor: move var to format * fix: make strict search above level 1
This commit is contained in:
parent
fc3b416970
commit
27bc52c008
5 changed files with 103 additions and 2 deletions
|
@ -52,4 +52,5 @@ redis_url = "redis://127.0.0.1:8082" -- redis connection url address on which th
|
|||
upstream_search_engines = {
|
||||
DuckDuckGo = true,
|
||||
Searx = false,
|
||||
Brave = false,
|
||||
} -- select the upstream search engines from which the results should be fetched.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue