Open
Description
Package containing the bug
next-drupal (NPM package)
Describe the bug
getResourceCollection
, and getSearchIndex
returns only array of data when doing deserialize
. Not able to handle pagination.
Expected behavior
include extra info like getView
const results = options.deserialize ? this.deserialize(data) : data
return {
id: name,
results,
meta: data.meta,
links: data.links,
}