Jason Stoltzfus
Jason Stoltzfus
Example in App Search Documentation: https://swiftype.com/documentation/app-search/guides/hierarchical-facets Live example using App Search: https://github.com/swiftype/swiftype-app-search-hierarchical-facets-example
This is just a more modern API zustand has a good example of what our hook might look like: https://github.com/react-spring/zustand
For reference: https://github.com/elastic/eui/issues/1431
We'd love to hear about what you're building with Search UI! Bonus points if you can link us to a public search built with Search UI. It's rewarding for us...
Thank you for using the [Elasticsearch Connector](https://www.npmjs.com/package/@elastic/search-ui-elasticsearch-connector) for Search UI. We have documentation on the [connector](https://docs.elastic.co/search-ui/tutorials/elasticsearch) and a [tutorial](https://docs.elastic.co/search-ui/tutorials/elasticsearch) to follow. While the connector is in Technical Preview, we would...
**Is your feature request related to a problem? Please describe.** If you have a facet with something like 1 million potential values, it's infeasible for a user to find a...
Generally speaking, I think the approach currently is custom views.
App Search recently added support for Geo Sorting. I don't think Search UIs sorting API would support it as is. We should add support for this.
The `Results` component should accept a prop called 'displayFields` which would allow users to specify which fields from their result object to display. The parameter should be able to express:...