algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

feat(HitsTracker): add automatic object ids chunking #284

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

If hits results page contains more than 20 hits, the hits view events automatically sent by the HitsSearcher are rejected by Insights. This PR adds an automatic chunking of the hits list into chunks of 20 objects to avoid this situation.

Result

All the hits view events are correctly sent even if the page size is bigger than 20 hits.