Code review comment for lp:~gary-lasker/software-center/metadata-fixes

Revision history for this message
Michael Vogt (mvo) wrote :

This
             index_name(document, name, self.indexer)
+ document.add_value(XAPIAN_VALUE_APPNAME, name)

should not be needed, index_name() is doing this already.

« Back to merge proposal