#35526: Search result rendered as Plain Text JSON
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
hehenischal |
Type: Bug | Status: new
Component: | Version: 5.0
Documentation | Keywords: JSON, RENDERING
Severity: Normal | ISSUE
Triage Stage: | Has patch: 1
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 1 |
-------------------------------------+-------------------------------------
### 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
1. Go to [
docs.djangoproject.com](
https://docs.djangoproject.com/)
2. Use the search functionality to search for a term, such as "Formsets"
3. 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:
--
Ticket URL: <
https://code.djangoproject.com/ticket/35526>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.