MeiliSearch/meilisearch/tests/dumps/snapshots/mod.rs/import_dump_v1_movie_with_settings/3.snap
Tamo a2b151e877 ensure that the task queue is correctly imported
reduce the size of the snapshots file
2023-03-21 14:41:46 +01:00

47 lines
934 B
Plaintext

---
source: meilisearch/tests/dumps/mod.rs
---
{
"results": [
{
"uid": 1,
"indexUid": "indexUID",
"status": "succeeded",
"type": "settingsUpdate",
"canceledBy": null,
"details": {
"displayedAttributes": [
"genres",
"id",
"overview",
"poster",
"release_date",
"title"
],
"searchableAttributes": [
"title",
"overview"
],
"filterableAttributes": [
"genres"
],
"sortableAttributes": [
"genres"
],
"stopWords": [
"of",
"the"
]
},
"error": null,
"duration": "PT7.288826907S",
"enqueuedAt": "2021-09-08T09:34:40.882977Z",
"startedAt": "2021-09-08T09:34:40.883073093Z",
"finishedAt": "2021-09-08T09:34:48.1719Z"
}
],
"limit": 1,
"from": 1,
"next": 0
}