diff --git a/layouts/partials/head/scripts.html b/layouts/partials/head/scripts.html
index ec0a512..76b05f3 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -564,7 +564,7 @@
xhr.onload = function () {
if (xhr.status === 200) {
fuse = new Fuse(JSON.parse(xhr.response.toString('utf-8')), {
- keys: sectionType.includes('publication') ? ['title', 'description', 'content'] : ['title', 'abstract'],
+ keys: sectionType.includes('publication') ? ['title', 'abstract'] : ['title', 'description', 'content'],
includeMatches: enableSearchHighlight,
shouldSort: true,
threshold: 0.4,