Skip to content

Add updateAt and createdAt in the index class #121

@curquiza

Description

@curquiza

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_key

But we cannot do:

index.updated_at
index.created_at

We 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SDKsRelated to the MeiliSearch SDKsissues available in reposThe related issues have been open in the concerned repositoriesready to implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions