You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new dynamic sets the old has_records does not work. It can be implemented but would require a full search:
defhas_record(self, record):
"""Check if the record blongs to the OAISet. :param record: Record to be checked. :type record: `invenio_records.api.Record` or derivative. """returnself.specinrecord.get('_oai', {}).get('sets', [])
The text was updated successfully, but these errors were encountered:
With the new dynamic sets the old
has_records
does not work. It can be implemented but would require a full search:The text was updated successfully, but these errors were encountered: