Skip to content

Commit ce478eb

Browse files
committed
Update search_by_value props in docs/dev/replication too
1 parent 43a44e2 commit ce478eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developers/replication/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ You can also check the configuration of the replication system, including the cu
276276
"operation": "search_by_value",
277277
"database": "system",
278278
"table": "hdb_nodes",
279-
"search_attribute": "name",
280-
"search_value": "*"
279+
"attribute": "name",
280+
"value": "*"
281281
}
282282
```

0 commit comments

Comments
 (0)