Entropy/Spritz:
- speed up searches by removing description from filters git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2388 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -71,7 +71,7 @@ class KeywordFilter(SpritzFilter):
|
||||
def __init__(self):
|
||||
SpritzFilter.__init__(self)
|
||||
self.reList = []
|
||||
self.fields = ['name', 'description']
|
||||
self.fields = ['name']#, 'description']
|
||||
|
||||
def setKeys(self,criteria):
|
||||
self.reList = []
|
||||
|
||||
Reference in New Issue
Block a user