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
Certain fields in pkg_dict contain lists of objects. One such example is cited-responsible-party.
u 'cited-responsible-party': [{
u 'contact-info_email': u '',
u 'contact-info_online-resource_application-profile': u '',
u 'contact-info_online-resource_description': u '',
u 'contact-info_online-resource_function': u '',
u 'contact-info_online-resource_name': u '',
u 'contact-info_online-resource_protocol': u '',
u 'contact-info_online-resource_protocol-request': u '',
u 'contact-info_online-resource_url': u 'https://www.mi.mun.ca/departments/centreforappliedoceantechnology/',
u 'individual-name': u 'Marine Institute',
u 'organisation-name': u '',
u 'position-name': u '',
u 'role': u 'author'
}
]
For the time being the plugin doesn't support filtering on these fields as there is no straight forward way to generalize filtering logic. Objects within a list are not guaranteed to have the same fields meaning that filtering would always have to be decided on a per package basis.
Until such time that this functionality is requested by a stakeholder this issue can be placed on the back burner.
The text was updated successfully, but these errors were encountered:
Certain fields in
pkg_dict
contain lists of objects. One such example iscited-responsible-party
.For the time being the plugin doesn't support filtering on these fields as there is no straight forward way to generalize filtering logic. Objects within a list are not guaranteed to have the same fields meaning that filtering would always have to be decided on a per package basis.
Until such time that this functionality is requested by a stakeholder this issue can be placed on the back burner.
The text was updated successfully, but these errors were encountered: