meilisearch-swift
meilisearch-swift copied to clipboard
Swift client for the Meilisearch API
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/296)* This is related to a newly introduced feature in [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0): show ranking score details at search. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#ranking-score-details). - [ ]...
This PR is the first step of addressing #434 .
Hi @Sherlouk. I previously opened issue #91 to pitch adding support for NIO and server-side Swift projects. It was subsequently closed since I couldn't dedicate time to address the questions...
*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...
⚠️ 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...
Related to [this file](https://github.com/meilisearch/meilisearch-swift/blob/main/.code-samples.meilisearch.yaml) only I ran a script to which code samples are missing and should be removed in this repo Here is the result ## Missing code samples...
* When `showMatchesPosition` is true, `matchPositions` should be defined on the returned document * All fields (even those not in `searchableAttributes`) may have locations * Swift API should utilise an...
Similar to #363, but for key actions. * All values are available in documentation here: https://www.meilisearch.com/docs/reference/api/keys#actions * Enum should use camelCase (so `documents.add` = `documentsAdd`) * User should be able...
With recent discussions around async/await support (a modern pattern) and potential use of other newer APIs, it begs the question of how many versions of iOS, other Apple operating systems,...