Is it possible to return a paginated set of search results?
I'm new to your add-on, and was wondering if it's possible to use it to return a paginated list of results.
Your default results tag example shows a 'limit="10"' -- is there a default limit to the search results tag?
Replies
Low 15 Aug 2011 17:42
Hi Nathan,
The low_search:results tag acts just like the channel:entries tag, so you can use pagination there, just like you would with a channel:entries tag.
The default is the same as the default limit="" param for the channel:entries tag, which is 100, if I recall correctly.
lukehardiman 4 Jun 2013 13:14
Hi Low, I'm having a problem where results page pagination links are missing the search parameters.
Instead of /search/results/[query]/P10/ I am getting /search/results/P10/
The results tag looks like this:
{exp:low_search:results
query="{segment_3}"
limit="10"
paginate="bottom"
disable="member_data|categories|category_fields"}
The first page of results works perfectly. Adding my own P10 parameter to the url also works. It's just the pagination link output which is screwy.
Any ideas what might be causing this?
I'm not using Freebie or Structure and channel:entries pagination is working fine.
EE is v2.5.5 - Build Date: 20121220
Low Search is v2.3.1