Edgewall Software

Opened 23 months ago

Closed 23 months ago

Last modified 20 months ago

#13488 closed defect (fixed)

Arrow right (and left) in search result cause an "Error: not found" No handler matched request to ... — at Version 5

Reported by: anton Owned by: Jun Omae
Priority: normal Milestone: 1.5.4
Component: search system Version: 1.5.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:

Fixed wrong pagination links in search page.

API Changes:
Internal Changes:

Description (last modified by anton)

I do a search of a word in my trac. 1.5.4.dev(from trunk).

In the result page, if I click on one of both arrows:

I get the error:

If I look on the link I see (v1.5.4 trunk):

<a href="/trac/mytrac/search/%3Czip%20object%20at%200x0000020B53041D80%3E?noquickjump=1&amp;page=2&amp;q=test" title="Next Page">?</a>

while on this website such a link looks like:

<a href="/search?milestone=on&amp;ticket=on&amp;wiki=on&amp;changeset=on&amp;q=test&amp;page=3&amp;noquickjump=1" title="Nächste Seite">?</a>

Change History (7)

by anonymous, 23 months ago

Attachment: 2022-06-23_arrows.png added

by anonymous, 23 months ago

Attachment: 2022-06-23_error.png added

comment:1 by anton, 23 months ago

Description: modified (diff)

#!html doesnt work in block comments here (?)

comment:2 by anonymous, 23 months ago

By the way: i miss the posibility to select the version 1.5.4 in this trac

comment:3 by figaro, 23 months ago

Reproduced in Trac 1.5.2, english version. Issue not present in Trac 1.4.

comment:4 by Jun Omae, 23 months ago

Component: generalsearch system
Owner: set to Jun Omae
Status: newassigned

Good catch! Thanks for the reporting.

comment:5 by Jun Omae, 23 months ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Fixed in [17601].

Note: See TracTickets for help on using tickets.