Optional ReadonlyboostReadonlyfieldOptional ReadonlyfieldOptional ReadonlylanguageLanguage of the localized value. Must be provided when the field is of type localizedTextField. The provided Locale must be one of the Project's languages.
ReadonlylevelThe maximum fuzziness level desired for the search term. Allowed values are 0, 1, and 2. The API automatically adjusts the effective fuzziness level based on the length of the search term if it exceeds the maximum allowed for the given string length according to the following rules:
* Terms with 1-2 characters: 0 (exact match)
* Terms with 3-5 characters: 1 (up to one difference is allowed)
* Terms with more than 5 characters: 2 (up to two differences are allowed)
Optional ReadonlymustControls whether all of the provided terms must match (all, default) or any of those (any).
ReadonlyvalueThe search term to find fuzzy matches for. If multiple terms are provided (separated by whitespace), the fuzziness level is applied to each term individually.
Possible values for the
fieldTypeproperty on simple expressions indicating the data type of thefield.