Issue 12703

On species search, on the RANK facet, "enum.rank.species" appears

12703
Reporter: jcuadra
Assignee: mdoering
Type: Bug
Summary: On species search, on the RANK facet, "enum.rank.species" appears 
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2013-02-05 15:34:07.692
Updated: 2013-08-29 14:44:47.147
Resolved: 2013-02-05 17:08:45.703
        
Description: On the species search, on the RANK facet, "enum.rank.species" appears, which may lead us to suspect it needs to be internationalized, but a "species" filter already exists on the filter. So, should we remove this "enum.rank.species?

See: http://staging.gbif.org:8080/portal/species/search?dataset_key=nub&rank=species


More generally, this problem seems to appear only when specifying explicitly the rank in the query string. Examples:

http://staging.gbif.org:8080/portal/species/search?dataset_key=nub&rank=genus makes a "enum.rank.genus" appear.

and also, multiple filters cause multiple errors

http://staging.gbif.org:8080/portal/species/search?dataset_key=nub&rank=genus&rank=species

cause "enum.rank.genus" and "enum.rank.species" to appear]]>
    


Author: mdoering@gbif.org
Created: 2013-02-05 15:44:33.387
Updated: 2013-02-05 15:44:33.387
        
Interesting, this is happening because of case inconsistencies. Upper letters work:
http://staging.gbif.org:8080/portal/species/search?dataset_key=nub&rank=SPECIES

Im looking into that
    


Author: mdoering@gbif.org
Comment: http://code.google.com/p/gbif-portal/source/detail?r=1367
Created: 2013-02-05 17:08:45.728
Updated: 2013-02-05 17:08:45.728