typesense-dart
typesense-dart copied to clipboard
Dart client for Typesense
### Describe the bug I`m attempt use a self installed typesense server to get better search in my Flutter web project. Is a simple personal project to start learning about...
### Is your feature request related to a problem? Please describe. [`_cachedResponses`](https://github.com/typesense/typesense-dart/blob/96db58e96498b88a9af0bdad12067f0708a35719/lib/src/services/request_cache.dart#L9) doesn't have a limit on the number of `_Cache`'s it can store and the expired `_Cache` is [conditionally...
### Is your feature request related to a problem? Please describe. Hey Guys: the key to this product is video tutorials.. You can have the best secret software out there...
### Is your feature request related to a problem? Please describe. I miss the known type safety by missing models for `SearchParameters` and `SearchResponse`, a map is always not as...
## Change Summary Related to #110 ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
### Is your feature request related to a problem? Please describe. Currently, the `codecov` badge in README isn't connected to CI and shows `Unknown` status ### Describe the solution you'd...
### Describe the bug I'm using typesense client to do multi search. When I noticed that `TimeoutException` was thrown for some users, I kept increasing `connectionTimeout` and it fixed the...
## Change Summary ### Add support for: * stopwords * analytics refactor * synonym sets * conversation models * natural language models * stemming * curation **Add integration tests against...
### Describe the bug When using nested joins in facetBy that reference a second-level nested field ($variantPricing) inside $productVariants, the request consistently times out, even though the same nested structure...
### Describe the bug Handshake exception from boringssl on windows ### Steps to reproduce the behavior: this is my typesense class: `import 'package:typesense/typesense.dart'; final typesenseConfig = Configuration( 'xyz', nodes: {Node(Protocol.https,...