Joe McElroy

Results 102 comments of Joe McElroy

Thanks. Will follow what we did in Searchkit where the file extension is mjs.

Update: This is becoming a little more difficult to do as now issue arises downstream due to searchkit not esm compatible yet. We are planning on removing searchkit as a...

@avoinea in 1.21.5, you can now access helpers via ```import { ViewHelpers } from '@elastic/react-search-ui-views';```

just to highlight - this is an issue if you're using node directly, without a transpile step like typescript or vite. These transpilers handle different resolution strategies for dependencies so...

Works as expected from playground side.

thanks for the detailed issue here. Happy to review a PR. Happy for it to add the name to the inner_hits config https://github.com/searchkit/searchkit/blob/main/packages/searchkit/src/filters.ts#L226

yeh i think the fix here is that it needs to send as content-type `application/x-ndjson`. Will need to test this or happy to accept a PR for it.

Yes please, be great to accept a PR for this.

Sorry missed this - happy to accept a PR for the change.

Hi there! We are starting to move towards 9.0 which includes the deprecation of App search (you can read more about this in our [latest blog post](https://www.elastic.co/blog/app-search-to-elasticsearch)) and this will...