Comment 4 for bug 788696

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

The client will also need to add support for this, there is currently no "Homepage" field.
Ideally we should take the opportunity and ensure that everything in "AppDetails" will also look automatically on the
coresponding XapianValue. I.e.
def website(self):
    if self._pkg: return self._pkg.website
   elif self._doc: return self._doc.get_value(XapianValues.WEBSITE)

but the elif._doc.get_value(XapianValues.WEBSITE) should be auto-generated from the functioname.