Any Algolia tips for pagination and filtering?

Hi WW members,

Anyone who have experiences with Algolia? :smiley:

Im building a job board for data related jobs and have integrated Algolia for search, connected via API (Buildship) to Supabase (Upset and Delete), works seamlessly :smiley:

The search feature works great but I have difficulties with:

  1. pagination of Algolia data/index
  2. adding filter for Algolia search

Cheers :wave:

Pagination and hits per page are the values you need to manipulate. How do you have your calls set up currently?

I used the plugin for Algolia, and thought a simple โ€œpaginationโ€ like when connection with SB via plugin would work, but not. Maybe I have to review it again or do it as API callsโ€ฆ