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:
jkaczmarkiewicz 2023-10-16 19:25:15 +02:00 committed by GitHub
parent fc3b416970
commit 27bc52c008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 103 additions and 2 deletions

View file

@ -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.