Modify ↓
Opened 20 years ago
Closed 20 years ago
#2718 closed defect (fixed)
Searching for !WikiPageNames keeps the "!" in the highlighted term
| Reported by: | Christian Boos | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | low | Milestone: | 0.10 |
| Component: | search system | Version: | 0.9.3 |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I've just noticed a few minor issues when one wants to search for WikiPageNames like terms using the "!" prefix to disable the quickjump facility:
- The highlighted term will contain the "!" prefix, which usually results in nothing being highlighted.
- On the opposite, the next pages links don't contain the "!" prefix anymore, resulting in a quickjump when trying to browse subsequent result pages.
Example: search:!TicketQuery (the expected result would be the same as when using search:" TicketQuery").
Attachments (1)
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
The patch I just attached is cboos's original patch updated for trunk, now that #2759 has been fixed there.
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Thanks for the update. I've checked that in (r2975).
Note:
See TracTickets
for help on using tickets.



[2910] fixed point 2.
Point 1. can be fixed by:
trac.js
As this conflicts with the patches on #2759, I'll postpone this until one of those patches are committed.