diff --git a/assets/js/search.js b/assets/js/search.js index 95415385..9f931c89 100644 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -30,6 +30,9 @@ const initSearch = () => { placeholder: placeholderText, search_label: searchLabelText, }, + ranking: { + termSimilarity: 6.0, + }, }); // Close keyboard when touching search results (mobile only)