diff --git a/couchpotato/core/plugins/searcher/__init__.py b/couchpotato/core/plugins/searcher/__init__.py index 19336078..673c0a4b 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -13,10 +13,17 @@ config = [{ 'label': 'Search', 'description': 'Options for the searchers', 'options': [ + { + 'name': 'preferred_words', + 'label': 'Preferred words', + 'default': '', + 'description': 'These words will give the releases a higher score.' + }, { 'name': 'required_words', 'label': 'Required words', 'default': '', + 'description': 'Ignore releases that doesn\'t contain one of these words.' }, { 'name': 'ignored_words',