Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation page and size in provider's get method #27

Open
captainchamp opened this issue Nov 3, 2017 · 2 comments
Open

Navigation page and size in provider's get method #27

captainchamp opened this issue Nov 3, 2017 · 2 comments

Comments

@captainchamp
Copy link

captainchamp commented Nov 3, 2017

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, ..`

@asdaws
Copy link

asdaws commented Jun 22, 2018

@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?

@asdaws
Copy link

asdaws commented Jun 24, 2018

And I'm guessing the queryIntention header will need to be passed through as well.

joerghuber pushed a commit that referenced this issue Mar 25, 2019
Merge Release 3.2.1.10 into master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants