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
|
||||
|
||||
+3
-3
@@ -2012,7 +2012,7 @@ engines:
|
||||
- name: rawweb
|
||||
engine: json_engine
|
||||
shortcut: rw
|
||||
categories: general
|
||||
categories: [general, blogs]
|
||||
paging: true
|
||||
search_url: 'https://api.rawweb.org/api/search?keyword={query}&page={pageno}&lang=*'
|
||||
results_query: data
|
||||
@@ -2067,7 +2067,7 @@ engines:
|
||||
- name: searchmysite
|
||||
engine: xpath
|
||||
shortcut: sms
|
||||
categories: general
|
||||
categories: [general, blogs]
|
||||
paging: true
|
||||
search_url: https://searchmysite.net/search/?q={query}&page={pageno}
|
||||
results_xpath: //div[contains(@class,'search-result')]
|
||||
@@ -2455,7 +2455,7 @@ engines:
|
||||
url_query: URL
|
||||
title_query: Title
|
||||
content_query: Snippet
|
||||
categories: [general, web]
|
||||
categories: [general, blogs]
|
||||
shortcut: wib
|
||||
disabled: true
|
||||
about:
|
||||
|
||||
Reference in New Issue
Block a user