From c915f2f99aa188ff0f9afe8790108845c5d8be60 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 13 Jul 2020 13:10:52 +0200 Subject: [PATCH] Updated New architecture proposal (markdown) --- New-architecture-proposal.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/New-architecture-proposal.md b/New-architecture-proposal.md index ce316b7..1a87f89 100644 --- a/New-architecture-proposal.md +++ b/New-architecture-proposal.md @@ -87,7 +87,9 @@ In the [current implementation](https://github.com/asciimoo/searx/blob/6e37255e5 [This PR](https://github.com/asciimoo/searx/pull/1726) rewrites the URL of Youtube and Twitter to use Invidious and Nitter respectively. Now if a user search for some videos, the results may contains some YouTube links and Invidious links. The results won't be merged, then the on_result plugins will rewrite the YouTube links, and may create duplicate results. -The only way to this, is to execute the on_result plugins on each workers. +The only way to this, is to execute the on_result plugins on each workers. + +Related to the issue [#1225](https://github.com/asciimoo/searx/issues/1225) ### Engine implementation