documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Stemmer is not defined in Python API search

Open jrtitus opened this issue 4 years ago • 0 comments

I'm not sure if this issue should go here or in the plotly.py repo.

Steps to Reproduce

  1. Go here: https://plotly.com/python-api-reference/search.html
  2. Open (F12) DevTools
  3. Search for something

Result

Uncaught ReferenceError: Stemmer is not defined
    at Object.query (searchtools.js:158)
    at Object.performSearch (searchtools.js:146)
    at Object.init (searchtools.js:79)
    at HTMLDocument.<anonymous> (searchtools.js:521)
    at e (jquery.js:2)
    at t (jquery.js:2)

jrtitus avatar Oct 12 '21 21:10 jrtitus