barseghyanartur / graphene-elastic

Graphene Elasticsearch/OpenSearch (DSL) integration
https://pypi.org/project/graphene-elastic/
71 stars 17 forks source link

Suggester backend #4

Open barseghyanartur opened 5 years ago

nishantp11 commented 4 years ago

Hey @barseghyanartur, I tried implementing the suggester backend based on the one you have built for django-elasticsearch-dsl-drf. I am able to build the right query and data is returned, but the returned data is not reflected in the graphene nodes. Could you help me understand how the ES results are mapped to graphene nodes?

barseghyanartur commented 4 years ago

@nishantp11:

Sure, let's work on that.

Could you make a fork and push your commits there? Please, be very descriptive.

Preferably, also write tests (so that we see what's failing) and make extensive code comments on what's being done.

After you've done that, make a PR to the master. I'll change the source to a new branch and work there.

Does that sound good to you?

barseghyanartur commented 4 years ago

@nishantp11:

Still interested in this?