Update test status

Updates after test run
This commit is contained in:
Ozzie Isaacs
2024-10-28 14:24:08 +01:00
parent c2ffa940cd
commit bf9313ddeb
3 changed files with 211 additions and 151 deletions

View File

@@ -265,7 +265,7 @@ def render_adv_search_results(term, offset=None, order=None, limit=None):
pub_end = term.get("publishend")
rating_low = term.get("ratinghigh")
rating_high = term.get("ratinglow")
description = term.get("comment")
description = term.get("comments")
read_status = term.get("read_status")
if author_name:
author_name = strip_whitespaces(author_name).lower().replace(',', '|')