Skip to content

Commit 17f638c

Browse files
Update search.html
1 parent 16776eb commit 17f638c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ <h1>Search</h1>
6767
item.idx = key;
6868

6969
this.add(item);
70-
console.log(searchIndex);
70+
console.log('searchIndex', searchIndex);
7171
}
7272
})
7373

7474
if (searchTerm) {
7575
var results = searchIndex.search(searchTerm);
76-
console.log(results);
76+
console.log('results', results);
7777
displaySearchResults(results, searchDocuments);
7878
}
7979

0 commit comments

Comments
 (0)