Request body for starting an asynchronous search entry task.

interface IStartSearchEntryRequest {
    fuzzyFactor?: number;
    fuzzyType?: FuzzyType;
    searchCommand: string;
}

Implemented by

Properties

fuzzyFactor?: number

Fuzzy factor (percentage as int or int value).

fuzzyType?: FuzzyType

Fuzzy type (None, Percentage, or NumberOfLetters).

searchCommand: string

The search command to run. The search command should follow the Laserfiche search syntax. https://doc.laserfiche.com/laserfiche.documentation/en-us/Default.htm#Search_Syntax.htm