Issue 15031

Refactor occ search params to match dwc term wherever possible

15031
Reporter: omeyn
Assignee: fmendez
Type: SubTask
Summary: Refactor occ search params to match dwc term wherever possible
Description: Among others DATASET_KEY becomes datasetKey, any other mismatch with dwc.
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2014-02-10 12:10:52.252
Updated: 2014-02-11 14:01:44.342
Resolved: 2014-02-10 16:48:31.687


Author: kbraak@gbif.org
Created: 2014-02-11 14:01:44.342
Updated: 2014-02-11 14:01:44.342
        
It is not necessary to change DATASET_KEY to datasetKey, since DATASET_KEY gets converted automatically to datasetKey (believe the conversion is done here: https://github.com/gbif/gbif-api/blob/master/src/main/java/org/gbif/api/util/VocabularyUtils.java#L48 )

The main focus of the issue, was simply to use DwC term names for parameter names, ie changing COLLECTOR_NAME to REPORTED_BY