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

fix(Searcher): set open access level for AbstractSearcher and IndexSearcher #255

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

The IndexSearcher might be open, so users can subclass it with a custom SearchService for backend search implementation. The AbstractSearcher might be open as well as a superclass of IndexSearcher.