match property

  1. @JsonKey(includeIfNull: false)
String? match
final

From Alfred 3.5, the match field enables you to define what Alfred matches against when the workflow is set to "Alfred Filters Results".

If match is present, it fully replaces matching on the title property. Note that the match field is always treated as case insensitive, and intelligently treated as diacritic insensitive. If the search query contains a diacritic, the match becomes diacritic sensitive. This option pairs well with the Alfred Filters Results Match Mode option.

Implementation

@JsonKey(includeIfNull: false)
final String? match;