" + entry.description + "
" + '\n'; }); } window.onload = function() { // smart quotes document.getElementById("searchTerm").innerHTML = "“" + search_term + "”"; fetch("json/searchable_catalog.json") .then(r => r.json()) .then(display_search_results); }