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
Some pages are not indexed. #1894
Comments
|
This is the kind of code I mean does not create a |
|
I'm checking other lines, which are theoretically correct, which have the same problem... Por instance, this zip Meta Operator https://github.com/perl6/doc/blob/87fafef7c37eee1694d490307c58856113585bc5/doc/Language/operators.pod6#L416 |
|
The search part of the following issue is related, the naming (>> vs >>.) isn't: |
|
Many entries in many pages are not indexed, including operators.pod6, classtut.pod6, and (maybe) others... |
|
FWIW, if I delete all but one files in doc/Type/* and doc/Language and leave doc/Language/operators in and then stick a print after If I comment out this part inside The problematic bit seems to be |
|
I really don't like to be working with the dynamic |
|
I don't know if they are increasing or what... I keep finding more and more. |
|
This may be related to #1938 - some pages are not getting processed, and the errors are being hidden by the use of Promise.allof |
|
We would need to do1932. When it fails, it does so silently. |
From #1893 I've realized the terms indexed there are not included in the search file for some reason. There are quite a few of them. I'm not sure why this happens, or since when it's happening. It's related to htmlify.p6 for sure, but...
At least, these pages are not indexed:
Please edit this to add some others when you find something is missing.
The text was updated successfully, but these errors were encountered: