This commit is contained in:
Ken Stevens 2022-12-24 11:40:34 -04:00 committed by GitHub
parent f5133dd59c
commit b44334055a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -284,7 +284,7 @@ Since multiple resource types cannot be defined at once, the following `candidat
However if you would like to apply the `candidateFilterSearchParams` to specific resource types only, the resource types must be individually defined, like in:
````json
```json
{
"candidateFilterSearchParams": [
{
@ -299,6 +299,7 @@ However if you would like to apply the `candidateFilterSearchParams` to specific
}
]
}
```
### matchFields
@ -317,7 +318,7 @@ Here is a matcher matchField that uses the SOUNDEX matcher to determine whether
"algorithm": "SOUNDEX"
}
}
````
```
Here is a matcher matchField that only matches when two family names are identical.