When calling qualitycontrol! followed by next!, the actual number of records is not counted correctly, which results in the wrong occurrences being returned. As the filters are not part of the GBIFRecords object (but this may be an improvement for a future version), the solution is most likely to call showall! when next! is called.
When calling
qualitycontrol!
followed bynext!
, the actual number of records is not counted correctly, which results in the wrong occurrences being returned. As the filters are not part of theGBIFRecords
object (but this may be an improvement for a future version), the solution is most likely to callshowall!
whennext!
is called.