Defect #3627
Can't search for numbers e.g. error codes
| Status: | Closed | Start date: | 2009-07-16 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Search engine | |||
| Target version: | - | |||
| Affected version: | 0.8.4 | Resolution: | Wont fix |
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
Related issues
History
#1 Updated by Chris Grieger almost 3 years ago
- File search_redirect_issue_r2819.patch added
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:'.
#2 Updated by Mischa The Evil almost 3 years ago
I've related #2350 to this issue...
#3 Updated by Jean-Philippe Lang almost 3 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
