Joe McElroy

Results 84 comments of Joe McElroy
trafficstars

Hi there - there hasn't been any progress yet. We have big changes planned soon for Search UI and will share soon. If you need SSR support today, its worth...

We documented how to integrate nextjs routing with search-ui https://docs.elastic.co/search-ui/guides/nextjs-integration#integrating-search-ui-with-nextjs-router

you can now craft the urls via routing options 🎉 See documentation https://docs.elastic.co/search-ui/api/core/configuration#routing-options

+1 would love this feature to be fixed. Our tests take around 3 seconds to process, would like to reload the browser during those tests.

Feature request: Want to be able to provide a file path to a public cert, so searchkit supports being able to use Elasticsearch with self-signed keys. Workaround for now: Create...

Hey there, sorry took a little longer to respond. So looks like your index uses join or nested here (https://www.elastic.co/guide/en/elasticsearch/reference/current/joining-queries.html). Searchkit supports nested filtering / faceting ([see docs](https://www.searchkit.co/docs/getting-started/with-react#nested-fields-support)). Haven't tested...

Could you find out the error structure? Happy for you to do a PR fix for this!!

Thanks for the issue! Will come back over thoughts.

Hey so haven't progressed further on this but its worth noting that you can also use algolia's JS helper too, which is a high level client. https://community.algolia.com/algoliasearch-helper-js/ I will document...