I am using {member_search_path='search/results'} tag to show all entries from the author and it works well. However, it shows all the results without pagination.
Is there a configuration setting for this? Or, How can I pass results=”XX” parameter to this tag? I mean; the link shows as below:
http://www.example.com/?ACT=10&result_path=search/results&mbr=1
Is there a query parameter to add to the end of the link so the results page knows how to paginate?
Do you have the pagination code in your search results tag?
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
Yes I’m sorry I led you astray. The limiting parameter has to be passed through the search form via the results= parameter, which isn’t available for member entry search.
Feel free to make a feature request to add that functionality to member entry search. For your current solution, I would suggest a client-side pager, like jQuery’s DataTables or similar.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.