When using Open-OstrichDB as the backend for my project oVault I noticed that when using a GET request for Records within a Cluster, the Records id value that is returned as apart of a JSON object via the get_request_handler() procedure has an incorrect id count.
Image from the in browser console
Image of actual Cluster
The Records id should not each be 3 but instead 1 and 2 respectively.
When using Open-OstrichDB as the backend for my project oVault I noticed that when using a
GETrequest for Records within a Cluster, the Recordsidvalue that is returned as apart of a JSON object via theget_request_handler()procedure has an incorrect id count.Image from the in browser console
Image of actual Cluster
The Records
idshould not each be 3 but instead 1 and 2 respectively.