Defect #4381
Can not search for 2 letters word
| Status: | Closed | Start date: | 2009-12-11 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Search engine | |||
| Target version: | 0.9.1 | |||
| Affected version: | 0.9.0 | Resolution: | Fixed |
Description
Hello we have been using Redmine for a couple of months now and just realized that if the subject has letters in uppercase, then doing a search with that word fails to show up in Redmine.
Any ideas why or if there's a fix/workaround?
This is very annoying.
Associated revisions
Fixed: can not search for 2 letters word (#4381).
History
Updated by Fatima Mojaddidy about 2 years ago
Upon further testing I believe its not the case of the letters but the number of letter put in the search box. Redmine will not search for two letter words.
Updated by Jean-Philippe Lang about 2 years ago
- Subject changed from Redmine unable to search for upper case letters to Can not search for 2 letters word
- Category set to Search engine
- Priority changed from Normal to Low
Words shorter than 3 characters are excluded from search:
source:/trunk/app/controllers/search_controller.rb@3039#L65
Updated by David Bachmann about 2 years ago
+1
We use lot of 2 characters abbreviations and cannot search for them because of this limitation.
Would be great to decrease the excluded length to 1 char (or even remove this limitation).
Updated by Fatima Mojaddidy about 2 years ago
We are in the same situation as David, can't search for 2 characters abbreviated words.
Updated by Jean-Philippe Lang about 2 years ago
- Status changed from New to Resolved
- Target version set to 0.9.1
- Affected version set to 0.9.0
- Resolution set to Fixed
Fixed in r3306.
Updated by Jean-Philippe Lang about 2 years ago
- Status changed from Resolved to Closed
Merged in 0.9-stable in r3317.