1338
1338
return self.construct_id(self.owner, self.basket, self.name)
1341
def construct_search_id(cls, owner, basket_id, name):
1342
return cls.construct_id(owner, basket_id, name, use_revision=False)
1342
1346
"""Return the (revisionless) ID used to index the bundle for searches.
1345
self.owner, self.basket, self.name, use_revision=False)