gab gab
07/30/2021, 5:25 PM{
"actions": [
"documents:search"
],
"collections": [
"products",
"wharehouses"
],
"value_prefix": "fKzc"
}
Aliases that exists
{
"aliases": [
{
"collection_name": "prod-wharehouses-21-07-30-14",
"name": "wharehouses"
},
{
"collection_name": "prod-products-21-07-30-16",
"name": "products"
}
]
}
Collections that exists
[
{ "name": "prod-wharehouses-21-07-30-14"},
{ "name": "prod-products-21-07-30-16"}
]
I'm trying using the first key to search (multisearch) but I'm not authorized.
The same happen if I try to export documents
GET /collections/products/documents/export
Jason Bosco
07/30/2021, 5:33 PMJason Bosco
07/30/2021, 5:35 PMgab gab
07/30/2021, 5:38 PMdocuments:export
/`documents:get` . It seems to work with the alias. I'm curious for the regexp because I do not know the collection names.
I will check if for multi search I need something like documents:multisearch
instead of documents:search
gab gab
07/30/2021, 5:46 PMdocuments:search
gab gab
07/30/2021, 5:50 PM{
"state": 1,
"version": "0.21.0.rc24"
}
Is it possible to migrate my cloud cluster to 0.21 ?
Is there a way so I can update it myself for later version updates?Jason Bosco
07/30/2021, 6:35 PMJason Bosco
07/30/2021, 6:38 PM