Open Issues Need Help
View All on GitHubAI Summary: This issue aims to update the SDK to support Meilisearch v1.19.0's new sharding feature, enabling horizontal scaling. It requires modifying the SDK's Network and Tasks API methods to accept a `sharding` parameter and to parse updated API responses that include `writeApiKey` within `remotes` objects for Network responses, and `remotes` objects for Tasks responses. New test cases will also be added.
AI Summary: Implement Swift client methods for Meilisearch's new conversational search API (introduced in v1.15.1), including thorough testing.
AI Summary: Implement the Meilisearch Swift client's support for the `/export` API, including adding necessary methods, test cases, and an example code snippet. This involves interacting with the Meilisearch export functionality to allow users to export their data.