searxng-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SearXNG Web Search

SearXNG网页搜索

Run scripts/search:
bash
scripts/search "your query" [options]
Key options:
-e
engine (general|news|it|science|images…),
-n
max results (default 10),
-t
time range (day|week|month|year),
-f
format (text|json),
--url
override instance URL.
bash
scripts/search "AI breakthroughs" -e news -t month
scripts/search "Python best practices" -f json -n 15
Instance URL defaults to
$SEARXNG_URL
env var, then
http://localhost:8080
.
运行scripts/search
bash
scripts/search "your query" [options]
主要选项:
-e
搜索引擎(general|news|it|science|images…),
-n
最大结果数(默认10),
-t
时间范围(day|week|month|year),
-f
输出格式(text|json),
--url
覆盖实例URL。
bash
scripts/search "AI breakthroughs" -e news -t month
scripts/search "Python best practices" -f json -n 15
实例URL默认使用
$SEARXNG_URL
环境变量,若未设置则使用
http://localhost:8080