note format and search

This commit is contained in:
lvuch
2018-09-14 13:06:57 -07:00
committed by Denise Schannon
parent 8847e5354c
commit 0bfa6307b0
5 changed files with 22 additions and 10 deletions
+13 -1
View File
@@ -30,7 +30,19 @@ const bootstrapDocsSearch = function() {
autofocus: true,
loadingIndicator: true,
container: '#search-box',
placeholder: 'Search Docs...',
placeholder: 'Search Blog, Events, etc...',
magnifier: false,
reset: true,
})
);
search.addWidget(
instantsearch.widgets.searchBox({
autofocus: true,
loadingIndicator: true,
container: '#search-box-mobile',
placeholder: 'Search Blog, Events, etc...',
magnifier: false,
reset: true,
})