Opened 12 years ago
Closed 9 years ago
#507 closed defect/bug (fixed)
Search engine and street name with apos char (')
Reported by: | yoann | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | version 0.5.1 |
Component: | core | Version: | git master |
Severity: | Keywords: | search engine, special char, i18n | |
Cc: |
Description
My street name is "Impasse de l'Oranda", Nantes, France.
When entering "Oranda" as search field, the search engine does not find any results. It can if I write "l'Oran", for example.
I'm using "Version: 1:0.1.0+svnr2760-r3.0.4" on Openmoko device.
Change History (5)
comment:1 Changed 12 years ago by kazer
- Milestone set to version 0.2.0
comment:2 Changed 9 years ago by usul
- Resolution set to Incomplete/Missing infos
- Status changed from new to closed
Can anybody reproduce the problem with current SVN?
Otherwise I would expect that it had been fixed within the years and will close the ticket in the next weeks.
comment:3 Changed 9 years ago by sleske
- Resolution Incomplete/Missing infos deleted
- Status changed from closed to reopened
The problem still occurs as described, so I'm reopening this.
Tested with rev.5543, and a map of Nantes taken from http://maps.navit-project.org/ .
comment:4 Changed 9 years ago by usul
- Keywords i18n added
- Milestone changed from version 0.2.1 to version 0.5.1
Thanks for verifying the bug. I schedule it for the comming 0.5.1 hotfix
comment:5 Changed 9 years ago by sleske
- Resolution set to fixed
- Status changed from reopened to closed
The search splits up street names with multiple words, so searching works on the individual words of the name. That way, "Wolfgang-Amadeus-Mozart-Straße" can be found by searching for "Amadeus".
However, the apostrophe/single quote (') was not considered a word separator. I added it to the list. Now searching for "Oranda" finds "Impasse de l'Oranda" as expected.
Fixed in rev5548.
Reproduced here