Issue 11924
Species search for "Rachenblütler" doesnt find anything
11924
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: Species search for "Rachenblütler" doesnt find anything
Priority: Critical
Resolution: Fixed
Status: Closed
Created: 2012-09-19 12:12:08.065
Updated: 2013-08-29 14:44:37.044
Resolved: 2012-10-12 15:12:01.341
Description: which is the German name for Scrophulariaceae.
http://staging.gbif.org:8080/portal-web-dynamic/species/search?q=Rachenbl%C3%BCtler&checklist=nub
If you search for Scrophulariaceae instead you'll see the German vernacular name Rachenblütler.
Might be an umlaut issue?]]>
Author: mdoering@gbif.org
Comment: Appears to be a character encoding problem at first glance...
Created: 2012-09-26 13:23:50.699
Updated: 2012-09-26 13:23:50.699
Author: mdoering@gbif.org
Created: 2012-09-26 13:36:11.251
Updated: 2012-09-26 13:36:11.251
as the umlauts get normalized in lucene anyway using just a u works:
http://staging.gbif.org:8080/checklistbank-search-ws/search?q=Rachenblutler
Using a properly url encoded value still doesnt:
http://staging.gbif.org:8080/checklistbank-search-ws/search?q=Rachenbl%C3%BCtler