-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
SDKsRelated to the MeiliSearch SDKsRelated to the MeiliSearch SDKsissues available in reposThe related issues have been open in the concerned repositoriesThe related issues have been open in the concerned repositoriesready to implement
Description
When manipulating indexes (get/create/update), the SDKs return an instance of Index which already contains the primaryKey attribute.
ex:
index = client.index('movies')
index.primary_keyBut we cannot do:
index.updated_at
index.created_atWe should be able to do this so that every information are available from the index instance.
TODO
- meilisearch-dart
- meilisearch-dotnet
- meilisearch-go
- meilisearch-java
- meilisearch-js
- meilisearch-php
- meilisearch-python
- meilisearch-ruby
- meilisearch-rust
- meilisearch-swift
alallema, bidoubiwa, brunoocasali and irevoire
Metadata
Metadata
Assignees
Labels
SDKsRelated to the MeiliSearch SDKsRelated to the MeiliSearch SDKsissues available in reposThe related issues have been open in the concerned repositoriesThe related issues have been open in the concerned repositoriesready to implement