~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/vocabularies/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-22 21:04:00 UTC
  • mfrom: (13261.7.21 bzr-2.4b4)
  • mto: This revision was merged to the branch mainline in revision 13941.
  • Revision ID: jelmer@canonical.com-20110822210400-3hfq31q2wgrtauad
Merge bzr-2.4b4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        """
65
65
        raise NotImplementedError(self._getCollection)
66
66
 
67
 
    def searchForTerms(self, query=None):
 
67
    def searchForTerms(self, query=None, vocab_filter=None):
68
68
        """See `IHugeVocabulary`."""
69
69
        logged_in_user = getUtility(ILaunchBag).user
70
70
        collection = self._getCollection().visibleByUser(logged_in_user)