X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e0d74b3c1a2c45fb1882b5f6d40b473343bcc14..5d3f4483d48655682297aa3c945c997633ea45d2:/apps/search/index.py?ds=inline diff --git a/apps/search/index.py b/apps/search/index.py index ead10b5dd..dc33575bc 100644 --- a/apps/search/index.py +++ b/apps/search/index.py @@ -650,9 +650,10 @@ class SearchResult(object): self.book_id = int(stored.get("book_id")) pd = stored.get("published_date") - if pd is None: - pd = 0 - self.published_date = int(pd) + try: + self.published_date = int(pd) + except ValueError: + self.published_date = 0 header_type = stored.get("header_type") # we have a content hit in some header of fragment