Skip to content
Search! & Match! API
Completion
latest

Completion

Completion🔗

Description🔗

This object describes a single auto-completion result. The auto-completion service returns a list of these completions. Besides the actual suggested completion item, it contains the field name and field label of search field this suggestion should be targeted to.

Fields🔗

Parameter Name Type Description
field string the field name.
fieldLabel string the display label of the field.
item string the completion suggestion.
itemHighlighted string same as item, but with highlighting tags showing the matching parts of the suggestion.

Examples🔗

{
    "field": "jobtitle",
    "fieldLabel": "Job",
    "item": "Account Manager",
    "itemHighlighted": "<b>Acc</b>ount Manager"
}