Jason Stoltzfus
Jason Stoltzfus
Have you had a chance to check out the new docs site for Search UI? You can find it here: https://docs.elastic.co/search-ui/overview. We'd love to hear what you think. In particular,...
**Is your feature request related to a problem? Please describe.** Creating custom styles can be challenging. **Describe the solution you'd like** We should have an advanced styling guide which lists...
We've seen asks for more control over the Search UI url to in a few different capacities. We'd like do work to enable the following: - [ ] 1. The...
The idea would be to separate out core layout styles from our base theme styles. This would help simplify custom styling.
Use case: Searching for "parks" which are in "California" OR are "World Heritage Sites" This is currently not possible. The following actions: ``` addFilter("states", "California", "any") addFilter("states", "Alaska", "any") addFilter("world_heritage_site",...
The "values" prop was used to determine which facet options were selected. However, that is now pre-calculated and added to FacetValues in the `options` prop. This "values" prop is no...
When a new search is performed, do NOT clear this filter. This should be an option on facets, and also an option on `setFilter` / `addFilter` actions. This is mentioned...
https://github.com/elastic/search-ui/pull/359
> Our pagination dependency is using an unexpected default localization for titles > After investigating further - RC Pagination also has super poor keyboard & screen-reader accessibility, so I might...