matthewfranglen / postgres-elasticsearch-fdw

Postgres to Elastic Search Foreign Data Wrapper
MIT License
111 stars 32 forks source link

Could it support the 'join field'? #11

Open haohl opened 4 years ago

haohl commented 4 years ago

I create two tables with one-many relationship, and I want to use a 'join field' to handle this. But I've got a RequestError(400, 'mapper_parsing_exception', 'failed to parse') issue when I insert a child data. Could this extension support the 'join field' feature?

matthewfranglen commented 4 years ago

Thanks for opening this issue. I have not used the join field before so I will have to look into this.