-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
Our search syntax allows including results from several no-related projects, which means each result will have a different URL that doesn't match the current domain. For example, in https://docs.beeware.org/en/latest/ search project:docs test
and click on the result that says "from project docs", you'll get a 404 as it uses the relative path instead of an absolute URL.
Line 269 in 1e9a3d8
href="${result.path}" |
In the previous implementation for search, we covered this use case by checking if the result belongs to the current project or not, and if not, we used the full URL instead of the path.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done