diff options
| author | Grant Lanham <contact@grantlanham.com> | 2025-04-12 22:17:09 -0400 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-23 14:06:32 +0200 |
| commit | 851c0e5cc073268f7f329b5a600750a55f07d35b (patch) | |
| tree | 866ea890ff7c12218435f222689be96012007e55 /docs/dev/engines | |
| parent | 07a94d4d2e7219eda74c34caaf5424cd8b9c3e97 (diff) | |
[fix] engine: re-implement mullvad leta integration
Re-writes the Mullvad Leta integration to work with the new breaking changes.
Mullvad Leta is a search engine proxy. Currently Leta only offers text search
results not image, news or any other types of search result. Leta acts as a
proxy to Google and Brave search results.
- Remove docstring comments regarding requiring the use of Mullvad VPN, which is
no longer a hard requirement.
- configured two engines: ``mullvadleta`` (uses google) and
``mullvadleta brave`` (uses brave)
- since leta may not provide up-to-date search results, both search engines are
disabled by default.
.. hint::
Leta caches each search for up to 30 days. For example, if you use search
terms like ``news``, contrary to your intention you'll get very old results!
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Grant Lanham <contact@grantlanham.com>
Diffstat (limited to 'docs/dev/engines')
| -rw-r--r-- | docs/dev/engines/online/mullvad_leta.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/dev/engines/online/mullvad_leta.rst b/docs/dev/engines/online/mullvad_leta.rst index 63aef019b..8920bc6bf 100644 --- a/docs/dev/engines/online/mullvad_leta.rst +++ b/docs/dev/engines/online/mullvad_leta.rst @@ -4,10 +4,5 @@ Mullvad-Leta ============ -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.mullvad_leta :members: |