Changeset 378

Show
Ignore:
Timestamp:
01/19/06 23:54:10 (3 years ago)
Author:
athomas
Message:

RepoSearchPlugin:

  • Don't match all search filters :\
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • reposearchplugin/0.9/tracreposearch/search.py

    r375 r378  
    6262 
    6363    def get_search_results(self, req, query, filters): 
     64        if 'repo' not in filters: 
     65            return 
    6466        repo = self.env.get_repository(req.authname) 
    6567        query = [term.lower() for term in query.split()]