mirror of
https://github.com/searxng/searxng.git
synced 2026-06-22 17:48:33 +02:00
[feat] engine categories: add blogs category
Category for searching personal blogs and websites. Useful if searching for interesting articles on a topic rather than the mainstream Wikipedia etc. results.
This commit is contained in:
@@ -44,7 +44,7 @@ about = {
|
||||
|
||||
base_url = "https://api2.marginalia-search.com"
|
||||
safesearch = True
|
||||
categories = ["general"]
|
||||
categories = ["general", "blogs"]
|
||||
paging = True
|
||||
results_per_page = 20
|
||||
api_key = None
|
||||
|
||||
Reference in New Issue
Block a user