diff --git a/combo/apps/kb/models.py b/combo/apps/kb/models.py index 5f3208cf..c45ab580 100644 --- a/combo/apps/kb/models.py +++ b/combo/apps/kb/models.py @@ -48,3 +48,6 @@ class LatestPageUpdatesCell(CellBase): (x for x in pages.order_by('-last_update_timestamp') if x.is_visible(user=user)), self.limit) return extra_context + + def render_for_search(self): + return ''