algoliasearch-helper-flutter icon indicating copy to clipboard operation
algoliasearch-helper-flutter copied to clipboard

⚡️ Building block to create instant-search applications with Flutter

Results 32 algoliasearch-helper-flutter issues
Sort by recently updated
recently updated
newest added

I combined Riverpod to process the screen and data. Currently, the package only supports Stream. I cannot display the Loading state of the data on the screen. Is it possible...

| Q | A | |-----------------|----------| | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Related Issue | n/a |...

### **Describe the bug 🐛** **TL;DR:** Algolia backend gets called with a search immediately after adding a listener function to the response stream, even before actively starting a search by...

**Describe the bug 🐛** From time to time we are facing this AlgoliaTimeoutException. **To Reproduce 🔍** No clear steps to reproduce **Expected behavior 💭** Connection timeout shouldn't be thrown. **Screenshots...

**Describe the bug 🐛** Im faced with issue when Im sending the same search query using `'searcher.rerun()'` method Im not receiving any results, and it can only be fixed by...

**Describe the bug 🐛** When having two Facets that are filterable, the state of a selected facet is lost when selecting another facet. **To Reproduce 🔍** I followed the steps...

_(WIP)_

enhancement
helper_dart

Unable to read the 'value' value from the filter snapshot. ``` final FilterState _filterState = FilterState(); Filters filterList = _filterState.snapshot(); Set fs = filterList.getFilters(); logger.info('filter>>>>:${fs.toString()}'); ``` **value: product** ` INFO:...

**Cloud functions** - IndexName: company - filterOnly(status) - filterOnly(published) `attributesForFaceting: [ ‘filterOnly(status)’, ‘filterOnly(published)’, ], ` **client:** ``` HitsSearcher hitsSearcher = HitsSearcher.create( applicationID: AlgoliaCredentials.applicationID, apiKey: AlgoliaCredentials.apiKey, state: const SearchState( indexName: 'company',...

question

Hi @VladislavFitz Still facing same issue [https://github.com/algolia/algoliasearch-helper-flutter/issues/80](url) _Originally posted by @Abisheik-IAN in https://github.com/algolia/algoliasearch-helper-flutter/issues/80#issuecomment-1566928948_