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

Do we have recommendation like Get Trending Global Items in iOS which document says but I don't find any interface in iOS to use that.

**Describe the bug 🐛** The `hits` property in `HitsObservableController` which comes with `InstantSearchSwiftUI` library is not updating results properly, results from previous fetch are also included in the list. I've...

**Describe the bug 🐛** And when try to build the App, It shows an error that logging is missed in this file **To Reproduce 🔍** Steps to reproduce the behavior:...

**Describe the bug 🐛** When we use same indexName multiple times, Getting this crash sometimes in package's register method with error: > EXC_BAD_ACCESS (code=1, address=0xf69aa6f6bd70) **To Reproduce 🔍** Steps to...

**Describe the bug 🐛** Originally reported in [`algoliasearch-client-swift`](https://github.com/algolia/algoliasearch-client-swift/issues/854) but it feels more relevant here. Feel free to close that issue if you like. One of `instantsearch-ios` dependencies has introduced a...

**Describing the bug** When i add HitsList inside scrollview it's not giving expected result. as we need completed screen scrollable but because of HitsList view issue not able to add...

**Summary** Updates deployment github action, adds manual trigger to launch it.

https://github.com/algolia/instantsearch-ios/blob/09c9fa3c762064b005fb4bb56b9f28b426b77b62/Sources/InstantSearchCore/Extensions/Sequence%2BConvenience.swift#L10-L11 So it won't pollute code suggestions for projects using this library. Also many libraries or projects have similar function implemented, usually with the same definition. In some cases it...

**Describe the bug** I have received the following warnings in Xcode for InstantSearchInsights package: `LocalStorage.swift:` - 'archiveRootObject(_:toFile:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead - 'unarchiveObject(withFile:)' was...

import SwiftUI import InstantSearch class ALGController { //MARK: - PLP Search & Results let searcher: HitsSearcher let searchBoxInteractor: SearchBoxInteractor let searchBoxController: SearchBoxObservableController let hitsInteractor: HitsInteractor let hitsController: HitsObservableController //MARK: -...