Actually look up records in SearchRecordView.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
brian m. carlson 2014-03-05 23:52:47 +00:00
parent 816e92aa6d
commit 08d69c8389
No known key found for this signature in database
GPG key ID: BF535D811F52F68B

1
newfol
View file

@ -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":