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
The reason is that the result will not be an array because of the option to parseString explicitArray: false,. This results in that you can't iterate on it.
How to reproduce.
The reason is that the result will not be an array because of the option to parseString explicitArray: false,. This results in that you can't iterate on it.
There is two ways to solve this in oai-pmh-list.js
Concat returned item into an array in both locations.
A alternative is to check if the returned object if it is iterable.
The text was updated successfully, but these errors were encountered: