Enables the search.
Use query to search for locations based on a string input:
Search query returns a list of matching {@ link SearchResult} based on the input string.
SearchResult include information about the type of match, the score (relevance), and detailed metadata about the matching items.
The search term.
Optionaloptions: {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.
Optionaloptions: { 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.