Answer the question
In order to leave comments, you need to log in
Change the parameter in the link, which way would you suggest?
Help implement pagination.
There is a catalog of elements, it has a search with various parameters, all search parameters are passed in a GET request. The server processes the request and displays the elements that match the request.
There can be many elements and it is more reasonable to make pagination, in portions (pagination).
Here is an example search query:
http://localhost:4567/catalog?search[][key]=authors&search[][condition]=like&search[][value]=%D0%BF%D1%80&search[][key]=publication_date&search[][condition]=like&search[][value]=2009&search[][key]=none&search[][condition]=eql&search[][value]=&search[][key]=none&search[][condition]=eql&search[][value]=&search[][key]=none&search[][condition]=eql&search[][value]=&sort=title&limit=25&view=grid&invert=0&offset=50
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question