Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

searching for functions yields nothing (or hangs) #105

Open
aaronmarkham opened this issue May 24, 2019 · 3 comments
Open

searching for functions yields nothing (or hangs) #105

aaronmarkham opened this issue May 24, 2019 · 3 comments
Labels
bug Something isn't working ux user experience

Comments

@aaronmarkham
Copy link
Collaborator

Try: https://beta.mxnet.io/search.html?q=LBSGD
No results... it just hangs in "Searching" mode.

There's a js error:

Uncaught TypeError: Cannot read property 'textContent' of undefined
    at Object.htmlToText (searchtools.js:66)
    at Object.makeSearchSummary (searchtools.js:483)
    at Object.complete (searchtools.js:277)
    at i (jquery.js:2)
    at Object.fireWith (jquery.js:2)
    at A (jquery.js:4)
    at XMLHttpRequest.<anonymous> (jquery.js:4)
@aaronmarkham aaronmarkham added bug Something isn't working ux user experience labels May 24, 2019
@thomelane
Copy link
Collaborator

"Seaching..." never disappears (and that JS error is always there too), even for sucessful searches. And it's not just functions, it's everything.

@hunse
Copy link

hunse commented Aug 2, 2019

We had a similar problem, and found that sphinx-doc/sphinx#6387 fixes it (either upgrade your Sphinx, if you're using their themes, or make the modification in that PR to your own theme if you're using a custom theme).

@vsalvino
Copy link

vsalvino commented Feb 21, 2020

Hello - I came across your bug while hunting down a similar bug in my own sphinx docs. See if my branch fixes it for you: See sphinx-doc/sphinx#7192

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working ux user experience
Projects
None yet
Development

No branches or pull requests

4 participants