Open captainchamp opened 7 years ago
@rafidzal It looks a bit like this might now be implemented, but I don't see any support for the navigationId header, which means support for Provider cached query results is missing, or have I overlooked it somehow?
And I'm guessing the queryIntention header will need to be passed through as well.
The use of navigation page and size are missing in Get(string, string, string, string, string, string, string[], string[]) implementation in Provider.
It can be added it by doing this:
`uint? navigationPage = HttpUtils.GetNavigationPage(Request.Headers); uint? navigationPageSize = HttpUtils.GetNavigationPageSize(Request.Headers);
TMultiple objs = service.Retrieve(conditions, navigationPage, navigationPageSize, ..`