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