instantsearch-ios icon indicating copy to clipboard operation
instantsearch-ios copied to clipboard

⚡️ A library of widgets and helpers to build instant-search applications on iOS.

Results 32 instantsearch-ios issues
Sort by recently updated
recently updated
newest added

**Describe the bug 🐛** Not able, or not clear enough documentation for how, to set log level. The project prints this in the log but there is no public properties...

**Summary** This PR removes the deprecation warnings occurring in the Xcode.

**Summary** Adds SwiftUI components usage collection

**Summary** The text field background and foreground color for the main search bar component is not dark mode aware, so this PR exposes them for 3rd party developers to override...

**Describe the bug 🐛** Problem with NumberRangeInteractor and NumberRangeObservableController When an initial search is done, the right values are found. But after, if I am doing another search with a...

**Describe the bug 🐛** I'm building a MacOS app and would like to display returned hits in a grid view. I have a UI that consists of a SearchBar, HitList,...

I see that `queryInputInteractor.connectSearcher` has been extended with a new method: ``` @discardableResult func connectSearcher(_ searcher: AbstractSearcher, searchTriggeringMode: SearchTriggeringMode = .searchAsYouType) -> TextualQuerySearcherConnection { let connection = TextualQuerySearcherConnection(interactor: self, searcher:...

**Describe the bug 🐛** On Hierarchical Filters , facet is still selected upon clearing. It also crashes when that remaining selected item is reselected. **To Reproduce 🔍** Steps to reproduce...

**Describe the bug 🐛** Pagination in Hits Controller doesn't work sometimes. **To Reproduce 🔍** Steps to reproduce the behavior: 1. Scroll Products on hits controller 7-8 times 2. Then apply...

**Is your feature request related to a problem? Please describe 🙏** Described [here](https://discourse.algolia.com/t/instantsearch-ios-set-decoding-strategy-to-hitsinteractor/15939). Client wants the `Codable` model variable names to be in camel case. `HitsInteractor` supports only the snake...