hi team, I would like to know how the search:search() pagination works? for example if i am searching for "dhivya" in the content it returns me 25 results.
if i am executing a query for the first time *search:search*( "dhivya" , 1 , 5) first five matching result for the second time *search:search*( "dhivya" , 6 , 5) then next five matches. questions 1.will this search:search executes the query every time to fetch the results based on the start and page-length? 2. is it possible to execute the search once and index the search result for pagination? i don't want to execute the search many times with the different page-length and start instead i want to execute the search once and index the result for pagination is it possible? waiting for the reply, with regards, Dhivya.v
_______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
