This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
[Bug] Incorrect total value returned from authorizeAndFilterReadResponse #55
Labels
bug
Something isn't working
Describe the bug
When the authorizeAndFilterReadResponse function runs it does a check to determine whether the user access by the hasAccessToResource function. If they do not it removes it rum the array. The return shows a total of 4
"type": "searchset", "total": 4,
But in the entry section there are only 3 records.
Expected behavior
The total should match the number of entries being returned or potentially have another value that shows it.
The text was updated successfully, but these errors were encountered: