Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AutocompleteItem interface
- Package:
- @azure/search-documents
The result of Autocomplete requests.
Properties
| queryPlusText | The query along with the completed term. |
| text | The completed term. |
Property Details
queryPlusText
The query along with the completed term.
queryPlusText: string
Property Value
string
text
The completed term.
text: string
Property Value
string
