Sha256: 00e9f58adc23d3bf9a2992a116e04caa24f95cc01e7abf78e5efd86f653a23cd

Contents?: true

Size: 137 Bytes

Versions: 24

Compression:

Stored size: 137 Bytes

Contents

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetFilterFloatRange('attr', 10.5, 20.3, true);
$cl->Query('query');

?>

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
sphinx-0.9.10.2091 spec/fixtures/filter_float_range_exclude.php
sphinx-0.9.10.2043 spec/fixtures/filter_float_range_exclude.php
sphinx-0.9.10 spec/fixtures/filter_float_range_exclude.php
rlibsphinxclient-0.2.2 spec/fixtures/filter_float_range_exclude.php