sylvain_mouquet
13 years agoGuide
Search in multiple forums with pagination
Hi,
I with to search in multiple forums i use this request :
/restapi/vc/categories/id/forum1/search/messages/?q=test&page_size=10&page=1
/restapi/vc/categories/id/forum2/search/messages/?q=test&page_size=10&page=1
the problem is i need to do the pagination on the result only.
there is a solution for solving it ?
In the NodeSearchContext.html file in the javadoc documentation, there is a list of queries arguments :
1) f (optional) : string - Search field.
2) q (optional) : string - Search text. 3) phrase (optional) : string - A phrase. 4) one_or_more (optional) : string- One or more term. What is the difference between each argument ? Cordially, Sylvain