Marcos Lopez Gonzalez
Marcos Lopez Gonzalez
There are already implementations in [occurrence](https://github.com/gbif/occurrence/blob/1b6612d7885107c7b924152292d45c635ca15c0e/occurrence-search/src/main/java/org/gbif/occurrence/search/es/EsQueryUtils.java#L69) and [registry](https://github.com/gbif/registry/blob/master/registry-ws/src/main/java/org/gbif/registry/ws/util/DateUtils.java). We should standarize them and put them in the gbif-api in order not to duplicate them.
As discussed [here](https://github.com/gbif/vocabulary/issues/32) and in #29 our current `Language` enum doesn't cover all our needs.
This suggestion comes from this issue: https://github.com/gbif/pipelines/issues/836#issuecomment-1373986330_ This change implies to modify the dataset API in the registry to return a list of projects instead of one as we are...