AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

Download column for `recordedBy` missing values #711

Closed nickdos closed 2 years ago

nickdos commented 2 years ago

Reported by 2 users (https://support.ehelp.edu.au/a/tickets/117223 & https://support.ehelp.edu.au/a/tickets/117605).

Records with multiple collectors (recordedBy field) only show the last name in the download file.

E.g. https://avh.ala.org.au/occurrences/d08cc18c-4e7f-46c6-914e-475309cbca8d shows a value of Cooper, W. | Jensen, R., whereas the download only shows Jensen, R. in the recordedBy column.

If you request the raw_recordedBy field, then the download contains the full value so it appears the column in the regular download is requesting the processed version and only the last [list] entry is being displayed.

nickdos commented 2 years ago

Thought I had created an issue for this - found it here https://github.com/AtlasOfLivingAustralia/biocache-hubs/issues/507.

Fixed in https://github.com/AtlasOfLivingAustralia/biocache-service/pull/698.

nickdos commented 2 years ago

@brucehyslop is that PR waiting for a review still?

brucehyslop commented 2 years ago

PR #698 (currently waiting for review) fixes the issue with displaying all values of the recordedBy multi value field which should address both this issue and AtlasOfLivingAustralia/biocache-hubs#507.