meilisearch-swift
meilisearch-swift copied to clipboard
Swift client for the Meilisearch API
⚠️ 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...
⚠️ 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...
⚠️ 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...
⚠️ 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...
⚠️ 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/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): the `rankingScoreThreshold` search parameter. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold). - [ ] Ensure the...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/299)* This is related to a newly introduced feature in [Meilisearch v1.8.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.8.0): the `searchCutoffMs` setting. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/settings#search-cutoff). - [ ] Add the new...