graphql-compose-elasticsearch
graphql-compose-elasticsearch copied to clipboard
Hide Elastic Search REST API behind GraphQL.
hey there, i am currently having issues with the search. This is the code: ```javascript sellerProductSchema.plugin(mongoosastic, { esClient, index: 'sellerproduct', transform: (data: any, post: any) => { const transformedData =...
Since there is a new version of elastic js client I would lave to see if we can integrate it. https://www.elastic.co/blog/new-elasticsearch-javascript-client-released Not sure what are the breaking changes since the...
On Agg calls, not interested in any of the hits items. Example. ``` { users(aggs:{ key:"my_agg", value: { terms: {field:firstName, size:1000} } }, perPage: 0) { aggregations items { ......
Hi @nodkz , Do you have a way to support relay/connection for internal or nested data? So lets say you have a root defined by: ```js const FlightEsTC = composeWithElastic({...
Hi, I'm hitting a brick wall here, so any help would be appreciated. I have data like this: "_source": { "ItemName": "test title 4", "ItemBody": "The description", "ItemAttributes": { "colour":...
According elasticsearch documentation, suggesters can be used to make recommendations based on distence algorithms. is there any possible to use suggesters with graphql compose elastivseaarch? would you mind to tell...
Hey, thank you for this amazing project. I am just wondering if there is a list of things that remain to be implemented in full besides just some bugs. It...
Using ElasticSearch 6.4.1 "elasticsearch": "^15.1.1", "graphql": "^14.0.2", "graphql-compose": "^5.2.0", "graphql-compose-elasticsearch": "^2.1.0", "graphql-tools": "^4.0.3", Live URL: [https://us-central1-production-197208.cloudfunctions.net/graphqlApiProd5?jwt=eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkY2Y1NWMzYjEwOGY0YWJjIiwiaWF0IjoxNTQxOTQ2OTU2LCJzdWIiOiJ1c2VyIiwiaXNzIjoiQXhvbml0ZSIsImJ1IjoiMTAwMDAwMDAwMDAwMDE0MiIsImlkIjoiMTAwMDAwMDAwMDAwMDE1MiIsInBhcnRuZXJzaGlwQ29udGV4dCI6Int9IiwiZXhwIjoxNTQ0NTM4OTU2fQ.XeCutA57k6tmv6q9SXPe4rGRfLthNikhOLQHuZNKysA](url) This works: `{ demandCampaign(query: {bool: {filter: {terms: {bu: ["652520790ac2952c"]}}}}, aggs: [{key: "subscription", value: {terms:...
Hi there. Really keen to try and integrate this awesome package with GraphQL Modules (https://graphql-modules.com/). I'm wondering if you have any idea how to think about doing this? At the...
Hello, First of all, thanks for implementing and maintaining this package. Awesome stuff! I've been looking around in the code and it seems that **text** is explicitly excluded from the...