Joe C
02/10/2025, 5:48 PMpost
, video
, and podcast
collections in line with our custom post types.
I need to query these as a single collection from our API to return search results across all three categories. I've been trying out the "federated search" feature, and while the searching aspect works correctly, the pagination does not. If I request 10 results per page and navigate to page 2, I get the second 10 results from each category rather than a second page of unified results as I would hoped for. Obviously I can merge these on the client side but it quickly gets complicated if, say, the 30th page is requested.
I found a pull request https://github.com/typesense/typesense/pull/2051 that looks promising. Am I correct in understanding that this will address our problem? Thanks!Jason Bosco
02/10/2025, 8:03 PMJoe C
02/10/2025, 8:13 PMJason Bosco
02/10/2025, 8:19 PMJoe C
02/11/2025, 12:57 AM