elasticsearch php search date range

Solutions on MaxInterview for elasticsearch php search date range by the best coders in the world

showing results for - "elasticsearch php search date range"
Oskar
27 Jul 2018
1$params = [‘index’ => ‘201706’,‘type’ => ‘facebook’, ‘body’ => [‘query’ => [‘bool’ => [‘filter’ => [‘range’ => [‘created_at’ => [‘gte’ => ‘2017-06-25 01:00:00’,‘lte’ => ‘2017-09-30 08:00:00’] ]] ] ]]];
2