Currently Radarr/Sonarr is searching for the TVDB/TMDB ID first, and ONLY if there are no results it will do a text search.
This can be problematic as some indexers often don't correctly link all uploads to the correct IDs.
This is basically already implemented in SearchController.cs, but as Radarr is not implemented yet it does not work there.
Also FORCE_TEXT_SEARCH_GERMAN_TITLE should be used too.
This should be configurable on a per-indexer basis.
Currently Radarr/Sonarr is searching for the TVDB/TMDB ID first, and ONLY if there are no results it will do a text search. This can be problematic as some indexers often don't correctly link all uploads to the correct IDs.
This is basically already implemented in SearchController.cs, but as Radarr is not implemented yet it does not work there. Also FORCE_TEXT_SEARCH_GERMAN_TITLE should be used too. This should be configurable on a per-indexer basis.