9200: "Find text in record" filter crash

This commit is contained in:
SNoiraud
2016-01-27 13:13:58 +01:00
parent 9dc962be1f
commit 78be94481d

View File

@@ -234,7 +234,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject):
""" """
ret = (self.media_list + self.alt_loc + self.urls + ret = (self.media_list + self.alt_loc + self.urls +
self.name + self.alt_names) self.name.get_text_data_child_list() + self.alt_names)
return ret return ret
def get_citation_child_list(self): def get_citation_child_list(self):