I can see an error in the JS console when I type a parenthesis, the error seems to be related to a regex not being escaped correctly.
Typing wild tales ( will trigger the following error in the console.
Uncaught SyntaxError: Invalid regular expression: /wild%20tales%20(/: Unterminated groupi @ index-3ca8c4cd85.js:1o @ index-3ca8c4cd85.js:1window.portalOpensearchCallback @ index-3ca8c4cd85.js:1(anonymous function) @ api.php?action=query&format=json&generator=prefixsearch&prop=pageprops|pageimages|pageterms&redirec…:1 index-3ca8c4cd85.js:1 Uncaught SyntaxError: Invalid regular expression: /wild%20tales%20(a/: Unterminated groupi @ index-3ca8c4cd85.js:1o @ index-3ca8c4cd85.js:1window.portalOpensearchCallback @ index-3ca8c4cd85.js:1(anonymous function) @ api.php?action=query&format=json&generator=prefixsearch&prop=pageprops|pageimages|pageterms&redirec…:1
To reproduce:
Go to wikipedia.org and type:
how I met your mother (seas
and you'll notice that the suggestions stop updating. You can also try this by typing in
wild tales (fil
View a screen shot: https://imgur.com/a/cLsWb of the issue (thanks @Deskana!)