Skip to content

Commit 678944f

Browse files
authored
Merge pull request #267 from HarperDB/use-better-search-props
s/search_(attribute|value)/$1/ in replication docs
2 parents e69b09d + ec2ed49 commit 678944f

File tree

1 file changed

+2
-2
lines changed
  • versioned_docs/version-4.6/developers/replication

1 file changed

+2
-2
lines changed

versioned_docs/version-4.6/developers/replication/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You can also check the configuration of the replication system, including the cu
274274
"operation": "search_by_value",
275275
"database": "system",
276276
"table": "hdb_nodes",
277-
"search_attribute": "name",
278-
"search_value": "*"
277+
"attribute": "name",
278+
"value": "*"
279279
}
280280
```

0 commit comments

Comments
 (0)