app-search-javascript icon indicating copy to clipboard operation
app-search-javascript copied to clipboard

Elastic App Search Official JavaScript Client

Results 12 app-search-javascript issues
Sort by recently updated
recently updated
newest added

Please add typescript support!

Hello, I'm trying to determine the source of a given issue. We've built a working search interface as part of our application in React Native using ElasticAppSearch and this plugin....

This adds the option to specify what function to use for `fetch` requests. Itt adds compatibility for using AppSearch in [SvelteKit load functions](https://kit.svelte.dev/docs#loading) Backwards compatible, but allows to specify a...

Hello and thanks in advance for any information you might share. I have a repo built around this which was working fine when going from http to http API Endpoint......

There are cases in which app search is being an API gateway or reverse proxy that benefits from allowing the consumer of the app-search client to specify what the end...

Hello! I'm having trouble to make disjunctive facets work with signed search keys. I think it's related to this: https://github.com/elastic/search-ui/issues/347 On this [line](https://github.com/elastic/app-search-javascript/blob/master/src/client.js#L174), I see that we are cleaning up...

Let's say we are using the facet with the following ```options```: ``` const options = { facets: { location: [{ type: 'value', size: 6 }], }, disjunctiveFacets: ['location'], filters: {...

The readme has a typo, the link to the FETCH_API documentation misses the last I (capital i). Also the Query Suggestion example declares the `options` variable but does not use...

Hi, I am using the `sort` attribute on `published_at` (date type) for documents. But it looks like if the document doesn't have `published_at` attribute, the sorting won't display the document:...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.1.2 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies