Updated New architecture proposal (markdown)

Alexandre Flament 2020-07-13 13:10:52 +02:00
parent d9b1633af3
commit c915f2f99a
1 changed files with 3 additions and 1 deletions

@ -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