Vladislav Fitc
Vladislav Fitc
Hi @vishalgspaceo, Thank you for reporting this issue. Could you send the detailed crash log to [email protected] ?
This seems to be a non-systematic isolated issue, impossible to reproduce and no other complaints received.
Hi @alelordelo, The existing SwiftUI demo is a prototype and is not a recommended implementation. The work on SwiftUI integration is in active progress. I just published a [SwiftUI branch](https://github.com/algolia/instantsearch-ios/tree/feat/swiftui)...
Hi @alelordelo , This guide is outdated. At the moment we provide [Swift API client](https://github.com/algolia/algoliasearch-client-swift) and [InstantSearch](https://github.com/algolia/instantsearch-ios) iOS framework. Both of these libraries support Swift Package Manager, just copy-paste the...
Hi @steffidg , Thank you for reporting this issue. We will investigate it soon.
Hi @winstoncex7, Thank you for reporting this issue. We will investigate it soon.
Hi @winstoncex7, I didn't manage to reproduce the issue in the [*SortBy*](https://github.com/algolia/instantsearch-ios/tree/master/Examples/Showcase/Sort/SortBy) target of the provided [Examples project](https://github.com/algolia/instantsearch-ios/tree/master/Examples). The pagination works as expected for all indices. Could you share the...
Hi @winstoncex7 , Due to a lack of response from your side, I close this issue. Feel free to reopen it providing more details.
Hello @jeremierichard, For iOS disjunctive faceting is available as a part of our [InstantSearch](https://github.com/algolia/instantsearch-ios) library. You have to use [SingleIndexSearcher](https://www.algolia.com/doc/api-reference/widgets/instantsearch/ios/#singleindexsearcher) with a connected [FilterState](https://www.algolia.com/doc/api-reference/widgets/filter-state/ios/). The `SearchResponse` you get via `onResults`...
We consider to integrate this feature into all our API clients in more efficient way in the coming months. Until then, you have to keep the InstantSearch. You can select...