Opened 9 years ago

Closed 9 years ago

#24557 closed Bug (invalid)

Search for "setup.py" returns no results

Reported by: Thomas Güttler Owned by: nobody
Component: Documentation Version: dev
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

The query for "setup.py" in the docs returns no result:

https://docs.djangoproject.com/search/?q=setup.py&release=1

But there are docs about it:

https://docs.djangoproject.com/en/1.7/intro/reusable-apps/

Change History (1)

comment:1 by Baptiste Mispelon, 9 years ago

Resolution: invalid
Status: newclosed

Hi,

Problems regarding the website (and search) are tracked on github issues so I reopened it there: https://github.com/django/djangoproject.com/issues/423

Note that we're currently working on re-doing the search on djangoproject.com so there's a good chance this issue might get fixed soon.

Thanks.

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