We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use the filters to create a query. Here's the URL:
http://localhost:4000/internal/internal-news?_utf8=%E2%9C%93&filters%5B%5D=intranet_news%5Btitle_contains%5D&filters%5B%5D=intranet_news%5Bbody_contains%5D&intranet_news%5Bbody_contains%5D=we
After getting the results, I click to see the next page of results. The pagination link is as follows:
http://localhost:4000/internal/internal-news?page=2&sort_field=id&sort_direction=asc
This resets the filters.
On a side note, the pagination works great with the the query param sorting.
@darinwilson @danielberkompas
The text was updated successfully, but these errors were encountered:
Was fixed in #37
Sorry, something went wrong.
No branches or pull requests
I use the filters to create a query. Here's the URL:
http://localhost:4000/internal/internal-news?_utf8=%E2%9C%93&filters%5B%5D=intranet_news%5Btitle_contains%5D&filters%5B%5D=intranet_news%5Bbody_contains%5D&intranet_news%5Bbody_contains%5D=we
After getting the results, I click to see the next page of results. The pagination link is as follows:
http://localhost:4000/internal/internal-news?page=2&sort_field=id&sort_direction=asc
This resets the filters.
On a side note, the pagination works great with the the query param sorting.
@darinwilson @danielberkompas
The text was updated successfully, but these errors were encountered: