move search.md

add search bar to search page

fix bing anchors
This commit is contained in:
Karen Bradshaw
2020-08-11 19:23:07 -04:00
parent 94b2f857bb
commit 160364d548
7 changed files with 59 additions and 52 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ limitations under the License.
}
var query = $(this).val();
var searchPage = "{{ "docs/search/" | absURL }}?q=" + query;
document.location = searchPage;
document.location = "{{ "search/" | absURL }}?q=" + query;
return false;
});