Opened 8 years ago

Closed 8 years ago

#27551 closed Bug (invalid)

Search box on the Django 'Documentation' page is not behaving as expected

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

Description

Steps to reproduce:

  1. Go to https://docs.djangoproject.com/en/1.10/
  2. In the search box (top right of the screen) enter for example 'php' and hit enter-key on keyboard

Result:
375 results for php in version 1.10

You can replace "php" with virtually anything, it always seems to returns: 375 results for [something] in version 1.10 and pages 1 of 38

I wanted to search for MathJax and it returned 375 results for MathJax in version 1.10 with mostly empty canvas with pages 1 of 38 but no search results.

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top