Opened 3 months ago

Closed 3 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

  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:

Change History (1)

comment:1 by Tim Graham, 3 months ago

Resolution: invalid
Status: newclosed

This is tracked on the issue tracker for the website: https://github.com/django/djangoproject.com/issues/1547

Note: See TracTickets for help on using tickets.
Back to Top