-
Notifications
You must be signed in to change notification settings - Fork 36
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
When pressing Enter in search field on search page it directs to 404 page #92
Comments
Yeah I think it's to do with the casing. In the docs page of my software (where I have written docnet for initially): https://www.llblgen.com/Documentation/5.10/LLBLGen%20Pro%20RTF/index.htm which runs on windows, no casing issues occur when I hit enter in the search box. |
If you rename the docnet_search.htm to Docnet_search.htm in the URL on the 404, it works. So it's a casing issue. I think we can correct that in the template on the framed site (as it's hosted on github which does filter files on casing. why they do that is beyond me (yes it's a linux thing, but usability wise it's stupid) |
Ah so it's some Github specific implementation thing, good to know. I notice it also affects the fransbouma.github.io docs. |
Indeed, as these are also running on github. Websites running on windows inherit the case insensitivity of the filesystem they're hosted on, and on unix/linux it's the same thing basically. I think it's an easy fix in the template files we're using in the framed site. Will try to fix it today :) |
It's a bug in docnet, it generates that content with the |
When on the search page (
Docnet_search.htm
) if one presses Enter within the search box it directs to a 404 page.Noticed on the Framed site but figured it affects this project. Might be something to do with title case vs lowercase difference? As the 404 has a lowercase
docnet_search.htm
in the URL.Example search query
Visual demo:
![Demo](https://private-user-images.githubusercontent.com/34178938/286322990-42874cfd-69a9-4411-a679-48d051c75a98.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODQzNTQsIm5iZiI6MTczOTQ4NDA1NCwicGF0aCI6Ii8zNDE3ODkzOC8yODYzMjI5OTAtNDI4NzRjZmQtNjlhOS00NDExLWE2NzktNDhkMDUxYzc1YTk4LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIyMDA1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlkZTI0OGU2MGNmZmI3ZWNkMDlhNjE2Njg3ODljNGZjYmE0ODIzY2Y0MThhNzQwNTY1OTQ5ODE4MDg2MTUyZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5riQRCnittf-E1nLxY-xLagcMXZ5iNlhF8NuaAPlE3M)
The text was updated successfully, but these errors were encountered: