In which Wildbook did the issue occur?
IoT
What operating system were you using? (eg. MacOS 10.15.3)
MacOS 13.4
What web browser were you using? (eg. Chrome 79)
Chrome 114.0.5735.133, Safari 16.5
What is your role on the site? (admin, researcher, etc)
OrgAdmin
What happened?
An encounter search of approved encounters created in 2023 revealed the presence of 500+ duplicates (cloneWithoutAnnotation) of old encounters.
Search parameters where set as follows:
Query Details
Search filter:
Assigned to one of the following usernames: ORP
Location ID is one of the following: Maldives Addu Ari Baa Dhaalu Faafu Fuamulaku Gaaf Haa Laamu Lhaviyani Meemu Noonu North Male Raa South Male Shaviyani Thaa Vaavu
State is one of the following: approved
genus and species are âChelonia mydasâ.
Encounter creation dates between: 2023-01-01 and 2023-06-27
JDOQL portion of the query
SELECT FROM org.ecocean.Encounter WHERE catalogNumber != null && ( submitterID == âORPâ ) && ( locationID == âMaldivesâ || locationID == âAdduâ || locationID == âAriâ || locationID == âBaaâ || locationID == âDhaaluâ || locationID == âFaafuâ || locationID == âFuamulakuâ || locationID == âGaafâ || locationID == âHaaâ || locationID == âLaamuâ || locationID == âLhaviyaniâ || locationID == âMeemuâ || locationID == âNoonuâ || locationID == âNorth Maleâ || locationID == âRaaâ || locationID == âSouth Maleâ || locationID == âShaviyaniâ || locationID == âThaaâ || locationID == âVaavuâ ) && ( state == âapprovedâ ) && genus == âCheloniaâ && specificEpithet == âmydasâ && ((dwcDateAddedLong >= 1672531200000) && (dwcDateAddedLong <= 1687824000000))
Results
Matching encounters : 1451
871 identified and unique
543 unidentified
37 daily duplicates
The 543 unidentified encounters are duplicates of existing and already processed encounters, which have been uploaded weeks to years ago, see for example:
It seems the duplicates were created yesterday (26.06.2023), while the original encounters have not been altered since their initial upload.
What did you expect to happen?
The search to turn up just the intended encounters from this year, not any duplicates
What are some steps we could take to reproduce the issue?
Is it possible to figure out where the duplicates came from?
Is there a possibility to bulk delete the 543 incorrect encounters and to prevent this from happening again?
Hope this is clear enough!
Best wishes,
Steph