diff --git a/peachjam_search/documents.py b/peachjam_search/documents.py index 651ad156a..39043aee7 100644 --- a/peachjam_search/documents.py +++ b/peachjam_search/documents.py @@ -232,7 +232,7 @@ def prepare_attorneys(self, instance): def prepare_authors(self, instance): if hasattr(instance, "author"): - return [a.name for a in instance.author_list] + return [a.name for a in instance.author_list()] def prepare_content(self, instance): """Text content of document body for non-PDFs."""