Commit 47d94d9b authored by Ozzie Isaacs's avatar Ozzie Isaacs

Search metadata without installed google scholar working (fix #2024)

parent a6d1f603
......@@ -1086,7 +1086,7 @@ def scholar_search(query):
break
return Response(json.dumps(result),mimetype='application/json')
else:
return []
return "[]"
@editbook.route("/ajax/editbooks/<param>", methods=['POST'])
@login_required_if_no_ano
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment