aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/search.py')
-rw-r--r--fatcat_scholar/search.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py
index 08eadae..b816c5b 100644
--- a/fatcat_scholar/search.py
+++ b/fatcat_scholar/search.py
@@ -114,13 +114,13 @@ def do_fulltext_search(q, limit=25, offset=0, filter_time=None, filter_type=None
lenient=True,
fields=[
"everything",
- "abstract",
+ "abstracts_all",
"fulltext.body",
"fulltext.annex",
],
)
search = search.highlight(
- "abstract",
+ "abstracts_all",
"fulltext.body",
"fulltext.annex",
number_of_fragments=3,