for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Manticoresearch\Query;
use Manticoresearch\Query;
class Range extends Query
{
public function __construct($field, $args=[])
$this->_params['range'] = [$field => $args];
}