dart_algolia icon indicating copy to clipboard operation
dart_algolia copied to clipboard

[Unofficial] Algolia is a pure dart SDK, wrapped around Algolia REST API for easy implementation for your Flutter or Dart projects.

Results 42 dart_algolia issues
Sort by recently updated
recently updated
newest added

index().getObjects().asStream().listen((x){}) ?? it's very important feature that not works !! we tried to add [keep-alive](https://www.algolia.com/doc/api-client/advanced/keep-alive/javascript/) header `algolia.setHeader('Connection','keep-alive')` but it's the same, sounds like you're who's closing the connection. Please support...

enhancement

I need to be able to see how relevant the query result is to the query search term that was used and sort according to how relevant the result is....

Please implement the auto-complete algolia feature. https://www.algolia.com/doc/ui-libraries/autocomplete/guides/using-instantsearch/

enhancement

I would like to use **index.searchForFacetValue** method, described here: https://www.algolia.com/doc/api-reference/api-methods/search-for-facet-values/?client=csharp#examples but can't find it in current package (1.0.4). Is it available or there is equivalent of it?

enhancement

**Is your feature request related to a problem? Please describe.** When using the official [cloud_firestore](https://pub.dev/packages/cloud_firestore) SDK, any timestamps in the Firestore document get automatically converted to [`Timestamp`](https://pub.dev/documentation/cloud_firestore_platform_interface/latest/cloud_firestore_platform_interface/Timestamp-class.html) objects. However, when...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

Would be really cool if we had the ability to modify the responseFields https://www.algolia.com/doc/api-reference/api-parameters/responseFields/ I really like the package. Its a huge timesaver for me.

enhancement

Link - https://www.algolia.com/doc/guides/solutions/ecommerce/visual-image-search/tutorials/search-by-image/

enhancement

**Is your feature request related to a problem? Please describe.** We use a custom http client in our project for things like performance metrics and analysis and would like to...

enhancement

Currently the code does the requests and return the responses # Expected Somehow enable a debug mode to print in console all requests request with headers and response. This is...

enhancement