Laurent Cazanove
Laurent Cazanove
The Google Maps iframe is not loading. ## Error ``` Google Maps JavaScript API error: DeletedApiProjectMapError https://developers.google.com/maps/documentation/javascript/error-messages#deleted-api-project-map-error [js:171:68](https://maps.googleapis.com/maps/api/js?v=quarterly&key=AIzaSyDOaUaar4GL0i99LpN2zQHzfWXL1wu_JQo) Dl https://maps.googleapis.com/maps/api/js?v=quarterly&key=AIzaSyDOaUaar4GL0i99LpN2zQHzfWXL1wu_JQo:171 ota https://maps.googleapis.com/maps-api-v3/api/js/61/14/map.js:47 lta https://maps.googleapis.com/maps-api-v3/api/js/61/14/map.js:46 mta https://maps.googleapis.com/maps-api-v3/api/js/61/14/map.js:44 ```
The tenant token demo fails because when the app calls this endpoint: `https://tenant-token-backend.meilisearch.com/create-tenant-token`. It appears to be a CORS error ## Error ``` Cross-Origin Request Blocked: The Same Origin Policy...
## Description [Meilisearch v1.31.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.31.0) introduced a new `skipCreation` parameter to skip document creationg when using: - [Add or replace documents](https://www.meilisearch.com/docs/reference/api/documents#add-or-replace-documents) - [Add or update documents](https://www.meilisearch.com/docs/reference/api/documents#add-or-update-documents) We want to update this...
## Description [Meilisearch v1.30](https://github.com/meilisearch/meilisearch/releases/tag/v1.30.0) introduced breaking changes to the experimental Networks API (available on the enterprise edition.) NB: The Networks API was introduced in [Meilisearch v1.19](https://github.com/meilisearch/meilisearch/releases/tag/v1.19.0). We want to update...
## Description [Meilisearch v1.26](https://github.com/meilisearch/meilisearch/releases/tag/v1.26.0) allows attaching custom metadata to document addition or update tasks. We want to update this SDK's methods for documents addition and update to accept an optional...
## Description Meilisearch v1.23 introduced a new [Compact database](https://www.meilisearch.com/docs/reference/api/compact#compact-database) API endpoint. We want to add support for this compacting database indexes in this SDK. ## Tasks - [ ] Add...
## Context We want to update the SDK to support [Meilisearch 1.18](https://github.com/meilisearch/meilisearch/releases/tag/v1.18.0) features. ## Description When search requests include the `retrieveVectors` parameters, the API responses will now include a `queryVector`...
## Context We want to update the SDK to support [Meilisearch 1.19](https://github.com/meilisearch/meilisearch/releases/tag/v1.19.0) features. ## Description Meilisearch now supports sharding to enable horizontal scaling. [Read the docs](https://www.meilisearch.com/docs/learn/multi_search/implement_sharding#implement-sharding-with-remote-federated-search-) for more context on...
This issue follows the [mega issue](https://github.com/meilisearch/integration-guides/issues/317) of changes related to v1.16. ## Description We want to update this SDK to allow using **indexing and search fragments** to enable **multi-modal search**....
This issue follows [mega issue](https://github.com/meilisearch/integration-guides/issues/317) of changes related to v1.16. ## Description We want to update this SDK to allow sorting on the documents API. This feature is introduced in...