Esempio n. 1
0
 public function testRangeQueryExclusive()
 {
     $this->assertEquals('field:{1 TO 2}', $this->_helper->rangeQuery('field', 1, 2, false));
     $this->assertEquals('store:{45,-94 TO 46,-93}', $this->_helper->rangeQuery('store', '45,-94', '46,-93', false));
 }