docs(search): record routing policy and fallback tuning
This commit is contained in:
@@ -34,7 +34,9 @@ run_brave() {
|
||||
|
||||
searx_good=false
|
||||
if run_searx; then
|
||||
if grep -qE '^[0-9]+\.' "$TMP1"; then
|
||||
if grep -qE '^[0-9]+\.' "$TMP1" \
|
||||
&& ! grep -q 'Found 0 total results' "$TMP1" \
|
||||
&& ! grep -q 'No results found\.' "$TMP1"; then
|
||||
searx_good=true
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user