AtlasOfLivingAustralia / userdetails

Atlas user management - includes "my profile", user data and admin functions
Other
0 stars 18 forks source link

biocache-service URL to a user's iNaturalist and biocollect records needs an update #202

Open adam-collins opened 3 months ago

adam-collins commented 3 months ago

@peggynewman reported here that there is a URL to a user's iNaturalist (dr1411) and biocollect (dr364) records generated by userdetails. I am not sure of the specific page or conditions.

The potentially problematic URL is reportedly of the form https://biocache.ala.org.au/occurrences/search?q=data_resource_uid:dr1411%20OR%20data_resource_uid:dr364&fq=alau_user_id:peggydnew%20OR%20alau_user_id:%2219807%22

Please change the q/fq from this form

The example URL will change to https://biocache.ala.org.au/occurrences/search?q=(dataResourceUid:dr1411%20AND%20userId:%22peggydnew%22)%20OR%20(dataResourceUid:dr364%20AND%20userId:%2219807%22)