Preferred words

This commit is contained in:
Ruud
2011-08-20 16:20:08 +02:00
parent 892ee283ef
commit 8be9d1029d
@@ -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',