algolia / algoliasearch-helper-flutter

⚡️ Building block to create instant-search applications with Flutter
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
Other
21 stars 14 forks source link

feat(searcher): add `ClientOptions` to `MultiSearcher` and `FacetSearcher` #132

Closed aallam closed 1 month ago

aallam commented 2 months ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue n/a
Need Doc update no

Describe your change

#131 adds ClientOptions to HitsSearcher. In this PR we add ClientOptions to MultiSearcher and FacetSearcher

ebsangam commented 1 month ago

Is there anything stopping this PR to be merged?

ebsangam commented 1 month ago

Do we need to export this too? helper/lib/src/service/client_options.dart

ebsangam commented 1 month ago

Do we need to export this too? helper/lib/src/service/client_options.dart

Oh no need, we can directly use ClientOptions from algoliasearch-helper-flutter .