Skip to content

Commit 132ce2e

Browse files
authored
fix: Change content field to use summary instead of keywords (#354)
1 parent 5697675 commit 132ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/search.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
data.push({
307307
'key': key,
308308
'title': docsData[key].title,
309-
'content': docsData[key].keywords,
309+
'content': docsData[key].summary,
310310
'source': 'docs',
311311
});
312312
}
@@ -379,4 +379,4 @@
379379

380380
renderPage(1);
381381
}
382-
})();
382+
})();

0 commit comments

Comments
 (0)