The result of the File Search.

interface Result {
    file_search_store?: string;
    text?: string;
    title?: string;
}

Properties

file_search_store?: string

The name of the file search store.

text?: string

The text of the search result.

title?: string

The title of the search result.