About this endpoint
What it does
Performs a fuzzy search by comparing a source term against a space-separated target string and returns the matching words as an array of strings.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| accent-insensitive | Boolean | No | Default: false |
| unicode-normalized | Boolean | No | Default: false |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| source | String | Yes | The search term. |
| target | String | Yes | Space-separated words to search within. |
Response
Returns a JSON object with a data array of strings field.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String Array | Yes | Matching words returned by the fuzzy search. |