Opened 5 months ago
Closed 5 months ago
#35526 closed Bug (invalid)
Search result rendered as Plain Text JSON
Reported by: | Nischal lamichhane | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 5.0 |
Severity: | Normal | Keywords: | JSON, RENDERING ISSUE |
Cc: | Nischal lamichhane | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
### Description
The search results on the Django documentation website are not rendering correctly. Instead of displaying the search results properly, the JSON structure is being displayed as plain text.
### Steps to Reproduce
- Go to [docs.djangoproject.com](https://docs.djangoproject.com/)
- Use the search functionality to search for a term, such as "Formsets"
- Observe the search results
### Expected Behavior
The search results should be displayed in a readable format with proper links and descriptions.
### Actual Behavior
The search results are displayed as plain text JSON:
Note:
See TracTickets
for help on using tickets.
This is tracked on the issue tracker for the website: https://github.com/django/djangoproject.com/issues/1547