elasticsearchr icon indicating copy to clipboard operation
elasticsearchr copied to clipboard

list_fields() bug fix ES:7.4.0

Open regisoc opened this issue 6 years ago • 2 comments

Prb: cannot see list_fields() results, got NULL everytime. Sol: Change only the path to the result, linked to Elasticsearch 7.4.0

regisoc avatar Oct 11 '19 13:10 regisoc

Maybe you could make the logic in process_response conditional on the particular version of ES?

AlexIoannides avatar Oct 13 '19 20:10 AlexIoannides

Well, [another repo]{https://github.com/ropensci/elastic} is doing the "all-in-one" package, but managing conditions into code could be problematic and hard to fix since ES has A LOT of versions. My point of view is we could make one specific branch for each version, following the ES versions.

regisoc avatar Oct 16 '19 18:10 regisoc