Jason Stoltzfus

Results 302 comments of Jason Stoltzfus

I created this issue to track the work: https://github.com/elastic/search-ui/issues/790

Hi @artcups, My recommendation would be to put Products and Content into the same index / engine, and simply tag them with a `type` attribute, so you can easily toggle...

Please let me know how you decide to proceed out how it works out.

That would be a great feature, we've talked about that before. I can't totally grasp what you're describing as your solution, but I will say that if you configure a...

Keeping this open as a feature request to be able to dynamically update the index being used in search.

I think you may be right, you'd need to call `setFilter` twice. It's not terribly inefficient since they'll ultimately get collapsed into a single state update, but it's not the...

Oh, in this case, could you just disable `trackUrlState` for the product detail page? Seems like you don't really need url state: https://github.com/elastic/search-ui/blob/master/ADVANCED.md#advanced-configuration

@marcvangend OK, then I have another idea for you.... try a "Global Filter": https://github.com/elastic/search-ui/blob/master/ADVANCED.md#global-filters This is something you'll configure directly on the `SearchProvider`. It will be transparent in the URL...