Skip to content

issues Search Results · repo:graphql-compose/graphql-compose-elasticsearch language:TypeScript

Filter by

72 results
 (78 ms)

72 results

ingraphql-compose/graphql-compose-elasticsearch (press backspace or delete to remove)

Hello everyone, Is it possible to change the date mapping as DateTime type? Because when further stitching the scheme with other schemes, time is cut off and only Date remains https://github.com/graphql-compose/graphql-compose-elasticsearch/blob/master/src/mappingConverter.ts#L49 ...
  • dmitrkov
  • 1
  • Opened 
    on Jul 20, 2023
  • #153

Hello everyone, just wanted to know if this project is still maintained. Most of the pushed are more than one year old and the last commit is 10 months old. is there also a discord channel available ...
  • farhadnowzari
  • Opened 
    on Jul 1, 2023
  • #152

Here are 2 examples of aggregations that this issue applies to: { terms: { field: source__keyword , exclude: [ Other , unknown ] } } { filter: { query_string: { query, fields: [ title , body ], } } } ...
  • amran99
  • 1
  • Opened 
    on Sep 29, 2022
  • #145

Does this package work with graphql-compose 7 and elasticsearch 16? Based on the dependencies it seems that the answer is yes, so I m guessing the peer dependencies should just be updated?
released
  • ronenteva
  • 2
  • Opened 
    on Aug 15, 2022
  • #144

const ReservationsESTC = composeWithElastic({ graphqlTypeName: ReservationsES , elasticIndex: reservations , elasticMapping: reservationMapping, elasticType: reservations , elasticClient: ...
  • d2a-raudenaerde
  • Opened 
    on Jul 14, 2021
  • #128

Hi @nodkz. I have a schema defined with typeDefs and resolvers with basic CRUD ops (resolving from Dynamodb) and I would like to extend it with a search query from elasticsearch. so I have crud+search ...
  • floydspace
  • Opened 
    on Dec 18, 2020
  • #119

Hi, guys! I ve been trying to use this module in a project of mine that runs a express server, but for some reason the following error message always comes up: GraphQLError [Object]: Enum ElasticAPI72Enum_ExpandWildcards ...
  • carloszimm
  • 5
  • Opened 
    on Oct 18, 2020
  • #115

https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-geo-distance-query.html src/QueryDSL/Query/Geo/GeoDistance Rather than just requiring a getGeoPointFC(opts) e.g. { lat : 127, ...
  • chaserelock
  • Opened 
    on Jul 24, 2020
  • #111

Trying to use https://github.com/chadlieberman/graphql-type-long which allows for Long type. Is there a way to use this? Based on mappingConverter lines 149-151 + 201, it does not look like we can pass ...
  • pcasa
  • Opened 
    on Jul 8, 2020
  • #110

Error while doing sort on field for searchConnection method. Specially its not working with date type of fields. Query postConnection(query: {bool: {must: [ {term: {type: {value: type }}}]}}, sort: [post_date__desc], ...
  • appasahebs
  • 1
  • Opened 
    on Jun 29, 2020
  • #107
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub