Skip to content

Conversation

@nabilfreeman
Copy link
Owner

After implementing pagination, I noticed that where was completely broken and after digging in the code I found it was because we weren't chaining our extra pagination filters onto the original model, thus discarding where completely.

I also improved code quality when the model is initialized.

Finally I changed the way we create the next and prev headers, they were exclude ?where in all cases and I didn't like the way the other flags like load were hardcoded in because they're optional fields.

Now the related links are built based on the supplied query.

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

Successfully merging this pull request may close these issues.

3 participants