diff --git a/newfol b/newfol index f1de7f9..08c4dec 100755 --- a/newfol +++ b/newfol @@ -498,6 +498,7 @@ class SearchRecordView(RecordView): continue return False return True + recs = dbd.database().records(filter_) view = DisplayTemplateRecordView(fields[0], recs) view.render(self.loop) elif type_ == "change":