Actions
Defect #3627
closedCan't search for numbers e.g. error codes
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Search engine
Target version:
-
Resolution:
Wont fix
Affected version:
Description
Searching for an error code (e.g. '403') brings you to the issue #403.
This error occurs in the current devel version r2918 as well as the version running on this website.
It would be better to only get redirected to an issue by entering #<issueid> or issue:<issueid>
Regards,
Chris
Files
Related issues
Updated by Chris Grieger almost 17 years ago
I've attached a patch which changes the behavior of the search function.
It only redirects to the issue if the search string starts with '#' or 'issue:'.
Updated by Mischa The Evil almost 17 years ago
I've related #2350 to this issue...
Updated by Jean-Philippe Lang almost 17 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
You can use double quotes to search for a number. Eg: "403"
http://www.redmine.org/search/index/redmine?q=%22403%22
Actions