@pauplesupport I have updated and everything is working as it should!
However, there seems to be errors being generated in the console log if the search query includes any spaces. More specifically, the errors occur the for all characters entered in after a space.
From what I can tell, this error does NOT affect the user experience in anyway, but I thought I should let you know in case it causes any trouble down the road.
Here is an example of typing in “What is” into the search bar. The errors start right after typing in the ‘i’ of the word ‘is’:
Uncaught Error: Syntax error, unrecognized expression: [data-search-term *= what is]
at Function.ea.error (jquery.js?ver=1.12.4-wp:2)
at ea.tokenize (jquery.js?ver=1.12.4-wp:2)
at ea.compile (jquery.js?ver=1.12.4-wp:2)
at ea.select (jquery.js?ver=1.12.4-wp:2)
at ea (jquery.js?ver=1.12.4-wp:2)
at Function.ea.matches (jquery.js?ver=1.12.4-wp:2)
at Function.n.filter (jquery.js?ver=1.12.4-wp:2)
at z (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.filter (jquery.js?ver=1.12.4-wp:2)
at HTMLElement.<anonymous> (main.bundle.js?ver=0.8:474)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at Object.onSearchKeyup (main.bundle.js?ver=0.8:457)
at HTMLInputElement.<anonymous> (main.bundle.js?ver=0.8:507)
at HTMLInputElement.dispatch (jquery.js?ver=1.12.4-wp:3)
at HTMLInputElement.r.handle (jquery.js?ver=1.12.4-wp:3)