Opened 28 hours ago

Last modified 28 hours ago

#35860 closed Bug

Search not working for 5.1 on docs.djangoproject.com — at Initial Version

Reported by: Giannis Terzopoulos Owned by:
Component: Documentation Version: 5.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Searching for anything under https://docs.djangoproject.com/en/5.1/search/ always returns 0 results.

Example:
https://docs.djangoproject.com/en/5.1/search/?q=DetailView
Same link works for 5.0:
https://docs.djangoproject.com/en/5.0/search/?q=DetailView

I am not completely sure this is the correct place to report this, since might be only configuration (?)

Change History (0)

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