Modify ↓
Opened 10 years ago
Last modified 9 years ago
#11730 new enhancement
Don't quickjump if multiple words in search phrase
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | search system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I noticed when seaching for a ticket that TracLinks wiki diff
will result in a quickjump to the TracLinks page. When multiple words are used for search, I assume in most cases the user does not want to quickjump.
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 9 years ago
Milestone: | next-stable-1.0.x → next-major-releases |
---|
Note:
See TracTickets
for help on using tickets.
Considering a simple change that would check for multiple words before attempting to extract a link for quickjump:
trac/search/web_ui.py
se:However, I'm unsure about i18n behavior.