This repository was archived by the owner on Nov 9, 2022. It is now read-only.
JSON property discrepancy in documentation #293
Open
Description
In the documentation for Matching Options here:
https://marklogic-community.github.io/smart-mastering-core/docs/matching-options/
the upper JSON example (under "Configuring Options") shows camelCase property names, e.g.:
scoring/add/propertyName
the lower JSON example (under "How Scoring Works") shows hyphenated property names, e.g.:
scoring/add/property-name
I believe camelCase is correct for these property names.