Search box only searches the questions and tags, not the anwser text. To do a full body search please use your browser search ctrl + F or command + F
<script type="text/javascript">
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
dataSource: '{{site.baseurl}}/search.json',
searchResultTemplate: '
{title}',
noResultsText: 'No results found',
limit: 10,
fuzzy: false,
})
</script>
<style type="text/css">
#search-demo-container {
max-width: 40em;
padding: 1em;
margin: 1em auto;
border: 1px solid lightgrey;
}
#search-input {
display: inline-block;
padding: .5em;
width: 100%;
font-size: 0.8em;
height: 34px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post-header {
display: none;
}
.book-navigation{
display: none;
}
</style>