Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs not searchable on RTD, but are searchable on localhost #282

Closed
stevepiercy opened this issue Apr 13, 2016 · 3 comments
Closed

Docs not searchable on RTD, but are searchable on localhost #282

stevepiercy opened this issue Apr 13, 2016 · 3 comments

Comments

@stevepiercy
Copy link
Member

http://docs.pylonsproject.org/projects/substanced/en/latest/search.html?q=install

JavaScript console:

Uncaught ReferenceError: $ is not defined(anonymous function) @ search.html?q=install:151

@stevepiercy
Copy link
Member Author

#283 fixed the javascript error, but not the searchability. Search works on localhost, but not on RTD.

The HTML source code is virtually identical, except for a couple of things that RTD inserts, but they should not affect the search function.

@stevepiercy stevepiercy changed the title Docs not searchable Docs not searchable on RTD, but are searchable on localhost Apr 13, 2016
@cguardia
Copy link
Member

Something is not being triggered, but the search tools are initializing correctly. If you do "Search.performSearch('pyramid')" on the JS console, it works.

@cguardia
Copy link
Member

Added simple workaround. Calling that "fixed".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants