We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. Summary
When you search for a drug, and see suggestions as "Did you mean: Example Drug Link, Example 2 Link, Example 3 Link"
If you click any of these suggested links, you will get a page that display a "404 Not Found" error - referencing issues with the URL.
This is due to the URL redirection being ...muler.com/example and not prefixed with /search/.. in the path, such as ...muler.com/search/example
...muler.com/example
/search/..
...muler.com/search/example
2. Steps to reproduce
pond
https://muler.pythonanywhere.com/search/pond
Showing results for 'Ponds'
Siponimod
3. Expected Result Expected the link to direct me to the drug page for Siponimod.
4. Actual Result Redirects me to a "404 Not Found" page, with the URL path, https://muler.pythonanywhere.com/Siponimod
https://muler.pythonanywhere.com/Siponimod
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Summary
When you search for a drug, and see suggestions as "Did you mean: Example Drug Link, Example 2 Link, Example 3 Link"
If you click any of these suggested links, you will get a page that display a "404 Not Found" error - referencing issues with the URL.
This is due to the URL redirection being
...muler.com/example
and not prefixed with/search/..
in the path, such as...muler.com/search/example
2. Steps to reproduce
pond
or go to URL,https://muler.pythonanywhere.com/search/pond
Showing results for 'Ponds'
Siponimod
3. Expected Result
Expected the link to direct me to the drug page for Siponimod.
4. Actual Result
Redirects me to a "404 Not Found" page, with the URL path,
https://muler.pythonanywhere.com/Siponimod
The text was updated successfully, but these errors were encountered: