algolia / instantsearch-core-swift

⚡️ InstantSearch Core library for Swift and Objective-C
https://community.algolia.com/instantsearch-core-swift/
Apache License 2.0
18 stars 10 forks source link

remove extra initial reload of facet list #84

Closed spinach closed 4 years ago

spinach commented 4 years ago

Summary

Remove the extra reload with 0 item when setting up a facet list.

Note that we should not remove it for the FilterList as the items are specified locally and not fetched from the server, so we need to reload directly with the new locally specified items