Type Alias SearchSuggestionResult

type SearchSuggestionResult = {
    qFieldNames?: string[];
    qSuggestions?: SearchSuggestItem[];
}
Index
qFieldNames?: string[]

List of field names that contain search hits.

qSuggestions?: SearchSuggestItem[]

List of suggestions.