Joe McElroy
Joe McElroy
Actually this was mentioned before and had some notes on how this could work https://github.com/searchkit/searchkit/issues/853 and having a new option `connectionOptions` which passes down the connectionOptions to elasticsearch JS SDK...
thanks! happy to review any PRs :)
Thanks DavisAre Hoping in the next week I will get round to improving the client / elastic-ui components to make it easier to extend the view components + better documentation...
hey @DavisAre so the reason was due to the position of the useRef. it should of been within the map iterator. https://codesandbox.io/s/damp-architecture-19hz58
thanks! Yeh looks like for this scenario it isn't working. Will investigate when I have time, likely the route change listener isn't getting fired or not re-rendering Looks like the...
So having a go at figuring out the issue here and I believe its caused by utilizing the browser history APIs directly where next loses awareness of page transitions. I...
thanks for that bug report! Will fix or happy to accept a PR. I should of defaulted `skip_duplicates` to true and not reversed nullish values
Im closing this ticket as documented on how to connect to Elasticsearch / Opensearch with V4 using a custom transporter https://www.searchkit.co/docs/guides/setup-elasticsearch#custom-transport
Hiya could you share the configuration aswell? Maybe there’s a bug here with object fields
could you try this with another field thats not using object field? IE, make `'metadata.publisher` just `publisher` and try? When I have some time, will create a test case for...