We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f256926 commit 9297009Copy full SHA for 9297009
_pages/search.html
@@ -21,7 +21,7 @@ <h1>Search</h1>
21
for (var i = 0; i < results.length; i++) { // Iterate over the results
22
var item = store[results[i].ref];
23
appendString += '<li><a href="' + item.url + '" title="' + item.title + '">' + item.title + '</a>';
24
- appendString += '<p>' + item.content.substring(0, 150) + '...</p></li>';
+ appendString += '<p>' + item.content.substring(0, 250) + '...</p></li>';
25
}
26
27
searchResults.innerHTML = appendString;
0 commit comments