Adding instant search to wordpress page

I finally figured this out. What ended up working is putting the script portion in a .js file within the theme directory, calling it using the functions.php in my child theme, and having the HTML input field and div tag in the body of the page.

Hopefully this can spare others the same pain I went through.