It would be really nice if there was a callback/event which gets invoken when a search has completed and the search results (or no results) are displayed, e.g.:
var _sjs = SimpleJekyllSearch({
searchInput: searchInput,
resultsContainer: resultsContainer,
json: '/search.json',
onSearch: function() {} // <=== This is my suggestion
});
It would be really nice if there was a callback/event which gets invoken when a search has completed and the search results (or no results) are displayed, e.g.: