AtlasOfLivingAustralia / avh-hub

Australian Virtual Herbarium
https://avh.ala.org.au
Mozilla Public License 2.0
4 stars 2 forks source link

Collector shows as "null" in search for some AVH records #134

Closed timhicks-ala closed 4 months ago

timhicks-ala commented 2 years ago

Reported in https://support.ehelp.edu.au/a/tickets/149559

Example search: https://avh.ala.org.au/occurrences/search?q=collector_text%3Akerrigan&qualityProfile=ALA&qc=data_hub_uid%3Adh9&fq=collection_uid%3A%22co25%22&offset=140&max=20

Screenshot shows results from the above example.

Records appear correctly if you open them individually - it's just the display of the collector field in search results that appears incorrect.

image

nickdos commented 2 years ago

I had a quick look at this and it seems like either a biocache-service or pipelines issue.

The JSON returned for the search results is missing the collectors attribute for some records. See 4th record on https://biocache-ws.ala.org.au/ws/occurrences/search?q=collector_text%3Akerrigan&qualityProfile=ALA&fq=collection_uid%3A%22co25%22&qc=data_hub_uid%3Adh9&dir=desc&sort=occurrence_date

Looking at an example record: https://biocache-ws.ala.org.au/ws/occurrence/d872b07f-2b09-4c7a-be50-a7dcead814cf - you can see there is no recordedBy data under the processed section.

adam-collins commented 7 months ago

Still an issue