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

Entity response from API seems to be truncated/paginated #22

Closed
asachs01 opened this issue Apr 29, 2020 · 1 comment
Closed

Entity response from API seems to be truncated/paginated #22

asachs01 opened this issue Apr 29, 2020 · 1 comment
Milestone

Comments

@asachs01
Copy link

A customer reported that when they're pulling in entities via the datasource that the response seems to be truncated. In their words, "If I search for an entity beginning with 'A', I can find it, no issues. If I search for an entity beginning with 'S', I cannot find it." So it appears that API pagination may be at play here, but I'm not quite sure. More investigation is needed.

@mariusoe
Copy link
Collaborator

This is most likely also due to the fact that the data source has filtered the data in the browser so far. Therefore, if not all data has been retrieved (e.g. because of a limit), the result will be missing data.

Starting with version 1.1.0 the data source will support server-side filtering, which should solve this problem.

Closed by #36

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