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
SRU version 1.2 defines the record element recordPosition as optional.
Im my case this element is missing in the response. This leads to the exception:
Fatal error: Uncaught Scriptotek\Sru\Exceptions\InvalidResponseException: Wrong index of first record in result set. Expected: 1, got: 0
Is there a way around this? I'm not comfortable to suggest any change in your code.
Thanks!
The text was updated successfully, but these errors were encountered:
cKlee
changed the title
Not existing optinal record element recordPosition leads to exception
Not existing optional record element recordPosition leads to exception
Jun 13, 2023
SRU version 1.2 defines the record element recordPosition as optional.
Im my case this element is missing in the response. This leads to the exception:
Fatal error: Uncaught Scriptotek\Sru\Exceptions\InvalidResponseException: Wrong index of first record in result set. Expected: 1, got: 0
Is there a way around this? I'm not comfortable to suggest any change in your code.
Thanks!
The text was updated successfully, but these errors were encountered: