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

Add support for a local history of previous searches #7

Closed clement-leprovost closed 7 years ago

clement-leprovost commented 7 years ago

The history is local to the device: in memory, optionally persisted on disk.

The History protocol is generic, though. So is the HistoryRecorder that plugs a Searcher to a history.

clement-leprovost commented 7 years ago

Argh, this PR should be against the v2 branch. => Closing it and re-opening a new one.