This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Clarify when actions are run #192
Open
Description
When running match functions like findDocumentMatchesByOptionsName
, the results indicate what documents matched, what threshold those matches hit, and what action should be taken with them. It does not run those actions, but provides enough information that the caller can run them. When calling processMatchAndMerge
, the actions are run automatically.
Clarify the documentation to make it clear that the match functions are a read-only activity.