diff options
-rw-r--r-- | fatcat_scholar/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py index a2ecc02..05c7b69 100644 --- a/fatcat_scholar/search.py +++ b/fatcat_scholar/search.py @@ -216,7 +216,7 @@ def do_fulltext_search( search = search.highlight( "abstracts.body", "fulltext.body", - "fulltext.acknowledgment", + "fulltext.acknowledgement", "fulltext.annex", highlight_query=basic_fulltext.to_dict(), require_field_match=False, |