note format and search

This commit is contained in:
lvuch
2018-09-05 15:08:29 -07:00
parent 6be569d231
commit 90f4106151
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,
})