[Sqlalchemy-tickets] Issue #4338: Docs search does not return results (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Steve P. <iss...@bi...> - 2018-09-20 11:02:25
|
New issue 4338: Docs search does not return results https://bitbucket.org/zzzeek/sqlalchemy/issues/4338/docs-search-does-not-return-results Steve Piercy: Within the last day, perhaps just after the release of 1.2.12, I noticed that trying to search the docs no longer works. When I enter a search term, I see the word "Search" then successive periods appearing until three appear, then repeat. Example search URL: https://docs.sqlalchemy.org/en/latest/search.html?q=many-to-many&check_keywords=yes&area=default# In the browser's developer tools console, there is this error message: ``` #!javascript searchtools.js:144 Uncaught ReferenceError: Stemmer is not defined at Object.query (searchtools.js:144) at Object.setIndex (searchtools.js:83) at <anonymous>:1:8 at p (jquery.js:2) at Function.globalEval (jquery.js:2) at text script (jquery.js:4) at Qb (jquery.js:4) at A (jquery.js:4) at XMLHttpRequest.<anonymous> (jquery.js:4) ``` Tried in both Firefox and Chrome with similar results. |