From e560d7e373a2d083590bb75014f6b1e801775410 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 13 Jan 2024 14:06:26 +0100 Subject: [mod] presearch: add language & region support In Presearch there are languages for the UI and regions for narrowing down the search. With this change the SearXNG engine supports a search by region. The details can be found in the documentation of the source code. To test, you can search terms like:: !presearch bmw :zh-TW !presearch bmw :en-CA 1. You should get results corresponding to the region (Taiwan, Canada) 2. and in the language (Chinese, Englisch). 3. The context in info box content is in the same language. Exceptions: 1. Region or language is not supported by Presearch or 2. SearXNG user did not selected a region tag, example:: !presearch bmw :en Signed-off-by: Markus Heiser --- docs/dev/engines/online/presearch.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/dev/engines/online/presearch.rst (limited to 'docs/dev/engines') diff --git a/docs/dev/engines/online/presearch.rst b/docs/dev/engines/online/presearch.rst new file mode 100644 index 000000000..59332c354 --- /dev/null +++ b/docs/dev/engines/online/presearch.rst @@ -0,0 +1,13 @@ +.. _engine presearch: + +================ +Presearch Engine +================ + +.. contents:: + :depth: 2 + :local: + :backlinks: entry + +.. automodule:: searx.engines.presearch + :members: -- cgit v1.2.3