Use query to search for locations based on a string input:
Search query returns a list of matching {@ link SearchResults} based on the input string.
SearchResults include information about the type of match, the score (relevance), and detailed metadata about the matching items.
The search term.
Optional
options: {The search options.
The search results.
Suggests the names of places, locations, and categories based on partial input. This is useful for creating an autocomplete feature for a search bar.
The search term.
Optional
options: { enterpriseLocations?: { enabled?: boolean }; places?: { enabled?: boolean } }The suggest options.
The search suggestions.
Search allows users to search for locations, categories, and other points of interest within the venue.
Refer to the Search Guide for more information and interactive examples.