offset parameter is not working
The Offset parameter is not working when searching the schemaInfo repository. If I specify the data-partition-id opendes, set the limit to 1 and do two queries, one with an offset of 0 and one with an offset of 99, I am getting the same record.
To summarize, by changing the offset value there is no impact on the result list. Ideally, if there are multiple schemas in the list the behaviour should be: S1,S2,S3,S4
Offset=0,Limit=1 ==> Should return S1 Offset=1,Limit=1 ==> Should return S2 Offset=2,Limit=1 ==> Should return S3