meilisearch-swift icon indicating copy to clipboard operation
meilisearch-swift copied to clipboard

Swift client for the Meilisearch API

Results 56 meilisearch-swift issues
Sort by recently updated
recently updated
newest added
trafficstars

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/303)* ### Explanation of the feature Related issue in the engine: https://github.com/meilisearch/meilisearch/issues/4932 * Request facet distributions and facet stats in your federated search, by using `federation.facetsByIndex` in...

enhancement
good first issue

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/303)* ### Explanation of the feature Related Meilisearch engine issue: - https://github.com/meilisearch/meilisearch/issues/4733 - https://github.com/meilisearch/meilisearch/issues/4873 💥 Breaking changes: * When using the semantic or the hybrid search, `hybrid.embedder`...

enhancement
good first issue

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature - Rest embedder - Removed parameters: `query`, `inputField`, `inputType`, `pathToEmbeddings` and `embeddingObject`. - Replaced by `request` and `response` - New parameter:...

enhancement
good first issue

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Changes - new settings `localizedAttributes` and the sub-methods associated to it - new search parameter `locales` Usage: https://meilisearch.notion.site/v1-10-Language-settings-usage-26c5d98b553349d9abacbe7aff698e4e ### TODO -...

enhancement
good first issue

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Add a new capability to update documents based on a function Usage: https://meilisearch.notion.site/Update-Documents-by-Function-0cff8fea7655436592e7c8a6de932062 ### TODO - [ ] Add a new...

enhancement
good first issue

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Pass new search parameters to `multiSearch` method to get one single list of result Ensure the queries passed can accept the...

enhancement
good first issue