~ubuntu-branches/ubuntu/utopic/ubuntu-kylin-software-center/utopic-proposed

« back to all changes in this revision

Viewing changes to backend/search.py

  • Committer: Package Import Robot
  • Author(s): Jun Ma, Shine, wenbo607
  • Date: 2014-04-30 14:03:20 UTC
  • Revision ID: package-import@ubuntu.com-20140430140320-juk0qslpxsnl39pc
Tags: 0.2.9.6
 
[ Shine ]
* solve the search entry ui problem (bug#1309900)

[ wenbo607 ]
* update the translations of some apps in feature category.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
        enquire = xapian.Enquire(self.db.xapiandb)
395
395
        enquire.set_query(query[1])
396
396
        matches = enquire.get_mset(0, len(self.db))
397
 
        print "res len=",len(self.db),len(matches)
 
397
#        print "res len=",len(self.db),len(matches)
398
398
        pkgnamelist = []
399
399
        for m in matches:
400
400
            doc = m.document