Skip to content

Commit 9235356

Browse files
Merge pull request #270 from HarperDB/fix/search_by_value-in-replication-docs
Update search_by_value props in docs/dev/replication too
2 parents 9a737ad + ce478eb commit 9235356

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)