Skip to content

Range DSL uses deprecated arguments #86

@mboynes

Description

@mboynes

Description

DSL::build_range() uses the format { "from": X, "to": Y }, which was deprecated in ES 0.9 (😆) and will be removed in 9.0. That should be replaced with { "gte": X, "lte": Y } respectively.

Use Case

n/a

Metadata

Metadata

Assignees

Labels

elasticsearchRequires understanding Elasticsearchgood first issueGood for newcomersphpRequires understanding PHP

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions