Pairs each parsed item with at most one existing item by text similarity.
Two passes:
Both passes respect the optional getGroup constraint and are greedy: each existing item can match at most one parsed item.
getGroup
Use case: round-tripping a structured markdown form back to a database upsert without losing row ids when the user edits text in place.
Pairs each parsed item with at most one existing item by text similarity.
Two passes:
Both passes respect the optional
getGroupconstraint and are greedy: each existing item can match at most one parsed item.Use case: round-tripping a structured markdown form back to a database upsert without losing row ids when the user edits text in place.