Forum Discussion
Salut Sylvain,
Can you explain a bit more what you are trying to do?
1) Do you want to combine the result of both searches and then show those combined results using pagination?
or
2) Do you want to paginate in both search results seperately?
Generally with the "page_size" parameter of the API call you are specifying how many result items you want to have (per page of the pagination) while the "page" parameter tells the API which page to return.
Example:
If you want to get the results from result item 30 onwards your could do either of these:
...page_size=30&page=2 ...page_size=10&page=4
The second part of your question I don't know the answer for either. Would be interesting to know what difference between the f, q and phrase parameters actually is and how the one_or_more parameter influences the result? @Lithium_devs
Related Content
- 2 years ago
- 11 months ago
- 13 years agoInactive User
- 2 years ago