-
Notifications
You must be signed in to change notification settings - Fork 485
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
Search can't find e.g. __init__
#2114
Comments
It's not surprising that this might fail. But how is |
Ah, complicating matters is that There are a few longer pages it shows up in that I'd expect to see, though, such as here: https://docs.julialang.org/en/v1/manual/modules/ |
Is the docstring included in the manual? |
On dev it is at least: https://docs.julialang.org/en/v1.10-dev/base/base/#__init__ (link gets corrupted) |
Yeah, we are probably stripping those characters somewhere, but then forget to do it in another place or something along those line. |
There's a package example that's much smaller than Julia's own docs, in case that helps debugging: JuliaLang/PrecompileTools.jl#34 (comment). You'll see I created a gist with the contents of the search index, in case it helps debug this. |
On https://docs.julialang.org/en/v1.12-dev/, the search also can't find |
Note that in JuliaLang/PrecompileTools.jl#34 (comment) I've found that:
This is a pretty big issue. I don't speak javascript, unfortunately. |
https://docs.julialang.org/en/v1/search/?q=__init__
The text was updated successfully, but these errors were encountered: