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

Realtime compiler not serving search index for uncompiled sites when using custom docs output directory #19

Open
caendesilva opened this issue Nov 5, 2023 · 1 comment

Comments

@caendesilva
Copy link
Member

Reproduce:

Set documentation page output directory to '', visit a documentation page, the search script will try to load /search.json, but the realtime compiler only serves /docs/search.json. However, if the site is built, then the file is properly served.

@caendesilva
Copy link
Member Author

caendesilva commented Dec 13, 2023

Maybe we could improve on this and make the whole implementation less hacky by using InMemoryPages

Edit: See hydephp/develop#1500

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

1 participant