-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
elasticsearchRequires understanding ElasticsearchRequires understanding Elasticsearchgood first issueGood for newcomersGood for newcomersphpRequires understanding PHPRequires understanding PHP
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
elasticsearchRequires understanding ElasticsearchRequires understanding Elasticsearchgood first issueGood for newcomersGood for newcomersphpRequires understanding PHPRequires understanding PHP