aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fatcat_scholar/search.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py
index 68df978..d4736d1 100644
--- a/fatcat_scholar/search.py
+++ b/fatcat_scholar/search.py
@@ -176,6 +176,7 @@ def do_fulltext_search(
lenient=True,
quote_field_suffix=".exact",
fields=[
+ "title^5",
"biblio_all^3",
"everything",
],