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

pagination link generation repeats filter added via browser address bar #32

Open
graste opened this issue Oct 26, 2016 · 0 comments
Open

Comments

@graste
Copy link
Member

graste commented Oct 26, 2016

When adding a filter to the URL of a collection the filter is repeated on the next/prev/etc pagination links

So calling

some/collection?filter%5Bstart_date%5D=range%28gte%3A2016-11-15%2Clte%3A2016-12-15%29

leads to

some/collection?filter%5Bstart_date%5D=range%28gte%3A2016-11-15%2Clte%3A2016-12-15%29&offset=300&filter%5Bstart_date%5D=range%28gte%3A2016-11-15%2Clte%3A2016-12-15%29

This is not a "problem", but should be improved.

@graste graste added the bug label Oct 26, 2016
@graste graste added enhancement and removed bug labels Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant