Modify ↓
Opened 19 years ago
Closed 19 years ago
#1937 closed defect (fixed)
TracLink search: not working
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | wiki system | Version: | 0.8.4 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
A TracLink like this one: Search module is not being linked.
This was originally added in #111 and is referenced in TracSearch.
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Severity: | normal → minor |
Status: | new → assigned |
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Also, the search:
link format could be made similar
to the query:
link format: if the argument starts with ?
,
then it's interpreted as an URL suffix.
This makes it possible to specify which filters to take into account:
search:?q=crash&ticket=on
means search for crash only in the tickets
comment:4 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:5 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This still doesn't work satisfyingly:
- Search module is not recognized as a link (depends on #2029)
- & characters in search: links are escaped twice (depends on #2042)
Note:
See TracTickets
for help on using tickets.
There are two ways to solve this one:
1) restore the original call convention
/search/q=<search string>
But then, this breaks one test case, which made me believe that the search request convention has changed.
2) new request convention
/search/<search string>