All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low Search pagination with Solspace Calendar

Yujin 31 Jul 2015 18:55 question, complete

I can't seem to generate Low Search results with pagination with Solspace Calendar events via Low Search Calendar. I am passing search variables via the URL.

I am using calendar:method="cal" in the {exp:low_search:results}. Looking through Solspace's documentation, the tag only supports basic pagination, so am testing with this version of pagination only.

 
{exp:low_search:results
collection="calendar_events"
calendar:method="cal"
pad_short_weeks="n"
enable="custom_fields"
paginate="bottom"
default:date_range_start="today"
default:show_months="12"
limit="10"}

...event list output...

{paginate}Page {current_page} of {total_pages} pages   {pagination_links}{/paginate}
{/exp:low_search:results}


When I run this, I do not get any pagination links. When I simplify the parameters to only collection, paginate, and limit so it conducts a regular Low Search on calendar_events, I get the output with pagination.

I am on the latest:
EE v2.10.1
Solspace Calendar 1.8.13
Low Search 4.3.1
Low Search Calendar 1.0.2

Replies

  1. Low 31 Jul 2015 19:49

    Can you try using event_limit="" rather than limit="" as per the Solspace docs?

  2. Yujin 31 Jul 2015 20:54

    That did the trick! Thanks, Low.

    I probably didn't think about testing event_limit="" because I saw limit="" in the example at Devot-ee.