Type Alias SearchSuggestionResult

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

Properties

qFieldNames?: string[]

List of field names that contain search hits.

qSuggestions?: SearchSuggestItem[]

List of suggestions.