We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The received results from the following function contain no metadata for all categories.
func categorySearchResultsReceived(category: SearchCategory, results: [SearchResult]) {}
Here's an example of a restaurant's metadata:
MapboxSearch.SearchResultMetadata(data: ["iso_3166_2": "GB-ENG", "iso_3166_1": "gb"], primaryImage: nil, otherImages: nil, phone: nil, website: nil, reviewCount: nil, averageRating: nil, openHours: nil)
Here's the configuration of the search box.
lazy var searchController: MapboxSearchController = { var configuration = Configuration(hideCategorySlots: true) return MapboxSearchController(configuration: configuration) }() lazy var panelController = MapboxPanelController(rootViewController: searchController)
I'm using Mapbox search 1.0.0-rc.8. Am I missing something in the configuration?
The text was updated successfully, but these errors were encountered:
Hi @William-Coates, I was able to reproduce this behavior and I've asked my colleagues to assist investigating.
Sorry, something went wrong.
Hi @aokj4ck, has there been any progress with this issue?
No branches or pull requests
The received results from the following function contain no metadata for all categories.
Here's an example of a restaurant's metadata:
MapboxSearch.SearchResultMetadata(data: ["iso_3166_2": "GB-ENG", "iso_3166_1": "gb"], primaryImage: nil, otherImages: nil, phone: nil, website: nil, reviewCount: nil, averageRating: nil, openHours: nil)
Here's the configuration of the search box.
I'm using Mapbox search 1.0.0-rc.8. Am I missing something in the configuration?
The text was updated successfully, but these errors were encountered: