Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SuggestResult type

A result containing a document found by a suggestion query, plus associated metadata.

type SuggestResult<TModel, TFields> = {
 document: SuggestNarrowedModel<TModel, TFields>
 text: string
}