meilisearch-dart
meilisearch-dart copied to clipboard
The Meilisearch API client written for Dart
Hello dear community This library currently handles an experimental feature present in Meilisearch (the engine) since v1.3.0: the vector search. **v1.6.0 of Meilisearch is released on 15/01/2024**, and this new...
**Description** In case of simple search input while user is typing I'm spawning new request and I want co cancel old one if it is in progress
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/294)* This is related to a newly introduced feature in [Meilisearch v1.6.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.6.0): the proximity-precision setting. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/settings#proximity-precision). - [ ] Add the new...
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, feel free...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/286)* - [ ] Add a new setting: `dictionary` with `get`, `update`, and `reset` methods associated. Here are the JS equivalents in meilisearch-js you should create for...
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/301)* This is related to a newly introduced feature in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0): use `distinct` search parameter. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#distinct-attributes-at-search-time). - [ ] Ensure the...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/301)* This is related to a newly introduced feature in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0): get similar documents. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/similar#get-similar-documents-with-post). - [ ] Add a new...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/301)* This is related to a newly introduced feature in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0): accept the `frequency` value for the `matchingStrategy` search parameter. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#frequency)....
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/301)* This is related to a newly introduced feature in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0): the `rankingScoreThreshold` search parameter. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold). - [ ] Ensure the...