73 lines
1.3 KiB
JSON
73 lines
1.3 KiB
JSON
{
|
|
"indexes": [
|
|
{
|
|
"collectionGroup": "todo",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "uid",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "createdDate",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "TODO",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "uid",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "createdDate",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "todo",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "uid",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "createdDate",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "todo",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "assignedTo.uid",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "createdDate",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"fieldOverrides": [
|
|
{
|
|
"collectionGroup": "TODO",
|
|
"fieldPath": "createdDate",
|
|
"indexes": [
|
|
{
|
|
"order": "DESCENDING",
|
|
"queryScope": "COLLECTION"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|