Opened 16 years ago
Closed 11 years ago
#10613 closed New feature (wontfix)
Doc search page links should go to first occurence of search term
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Normal | Keywords: | search |
Cc: | justinlilly@… | Triage Stage: | Someday/Maybe |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When you type a search term into the search field of the TOC search box and enter, you get a list of matching pages.
Then you click on the page that looks appropriate. Then to find the term you are searching for, you have to type
it again in your browsers search box. Typing every search twice is tedious.
Django could do that for you with some javascript. It could add the search term to the end of the link to each matching page (using named anchor syntax). Then use JavaScript onload to insert an anchor at the first occurrence of the term
or simply move the focus there.
Even better would be to provide a UI for navigation to the next and previous match of the search term. That could go
in the TOC column under the search term box.
I realize neither of these is easy to do well but they sure would be more convenient.
Change History (9)
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 16 years ago
Component: | Documentation → Django Web site |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 14 years ago
Cc: | added |
---|---|
Keywords: | search added |
comment:4 by , 14 years ago
Severity: | → Normal |
---|---|
Triage Stage: | Accepted → Someday/Maybe |
Type: | → New feature |
comment:5 by , 13 years ago
UI/UX: | unset |
---|
comment:7 by , 13 years ago
This suggestion isn't very useful without a patch — nothing happened in three years. I'm tempted to close the ticket as "wontfix".
comment:9 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Change UI/UX from NULL to False.