FOSElasticaBundle icon indicating copy to clipboard operation
FOSElasticaBundle copied to clipboard

Support join datatype

Open m0sviatoslav opened this issue 6 years ago • 1 comments

As far as I understood bundle doesn't support join datatype unlike ruflin/Elastica. Do you have join datatype in your roadmap?

{
  "mappings": {
    "_doc": {
      "properties": {
        "my_join_field": { 
          "type": "join",
          "relations": {
            "question": "answer" 
          }
        }
      }
    }
  }
}

m0sviatoslav avatar Oct 23 '19 09:10 m0sviatoslav

is there any plan on this?

rhathas avatar Nov 16 '23 22:11 rhathas