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

Issue with fetching all records #31

Open
yassinebourakba opened this issue Feb 22, 2021 · 0 comments
Open

Issue with fetching all records #31

yassinebourakba opened this issue Feb 22, 2021 · 0 comments

Comments

@yassinebourakba
Copy link
Contributor

Description

When using getAllPages() method in AirtableApiClient class, the returned records don't match the preset filters.

How to reproduce the issue

When making a query with filters such as :

Airtable::where('id', '>', '5')->all();

If and only if the count of records that satisfy the where clause are superior to the pageSize (100 by default), in other words if there is an offset for paginated result, the reponse will carry all records in Airtable not only those with id > 5.

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

1 participant