For examples such as svz.de redirecting to a child source of nordkurier.de it'd be nice if we could also make the former an "alternative domain" of the latter. The UI and perhaps other code prevents this. Is it hard to change it?
The menu item could be enabled by removing this line:
|
disabled={!!source.url_search_string} |
For examples such as svz.de redirecting to a child source of nordkurier.de it'd be nice if we could also make the former an "alternative domain" of the latter. The UI and perhaps other code prevents this. Is it hard to change it?
The menu item could be enabled by removing this line:
web-search/mcweb/frontend/src/features/sources/util/AdvancedMenu.jsx
Line 292 in 4bbece3