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