I have one weird question: Peerspace seems to have...
# community-help
d
I have one weird question: Peerspace seems to have pagination in their site, but they show definitely more than 1 page of results in their map. In one of their XHR calls I even see they have like 300 results from what I guess is their elastic search cluster. How would one approach this? Where you want all the results to show on the map, but still want to paginate through the other list of tiles of hits https://www.peerspace.com/es/s/?a=junkyard&location=bronx--ny--usa&bbox_of_interest=[[…]6]&viewport_bbox=[40.9175771,-73.933808,40.781033,-73.74806]
j
I don’t think is possible with instantsearch stock widgets. You’d either have to build your own custom widget, or build your custom UI without instantsearch Then you can fetch more results and only show a subset in the UI
d
I see thanks. I think I’ll just implement my own pagination “client_side”. Since the map has to have to download all the results anyway
And I’ll just download them all 250 max hits :p