best match

This block is part of the array group and was last modified in core v14.0.1.

Deprecated This block has been deprecated since v14.0.1, please avoid future use.
best match Deprecated since v14.0.1 v9.2.5 Updated v14.0.1

returns an array of best matching values in this array of values.

In pins 4
  • text required
    value

    e.g. Blueprinting is very cool

  • matches required
    array

    Array [ Blueprinting is awesome, blueprinting is very awesome, blueprinting is nice ]

  • check per word required
    condition

    If enabled, it checks the similarity per word.

    Default false

  • minimum score
    number

    Allows you to provide the minimum matching score (between 0.001 and 1.000).

    Default 0.6

Out pins 3
  • matches
    array

    An array of matching objects.

  • best match
    object

    The best-matching object.

  • index
    number

    The index of the best match in the input array.

Version history

Introduced in v9.2.5.

Last modified in v14.0.1.

Deprecated since v14.0.1.


Back to array Return to the main group to view all sub-groups Back to value similarity Return to the group to view all blocks within this group