mirror of
https://github.com/simon987/sist2.git
synced 2025-04-21 19:26:45 +00:00
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"description": "Copy _id to _tie",
|
|
"processors": [
|
|
{
|
|
"script": {
|
|
"source": "ctx._tie = ctx._id;"
|
|
}
|
|
}
|
|
]
|
|
} |