如题,比如我要搜索一个字段 $col > 10。
貌似不支持这样的语法,不知道应该怎么弄。请高人指点。多谢
//public bool SphinxClient::setFilterRange ( string $attribute , int $min , int $max [, bool $exclude = false ] ) $sphinxobject->SetFilterRange($col, 0, 10, true);
2 回答2.5k 阅读✓ 已解决
2 回答1.1k 阅读✓ 已解决
1 回答1.6k 阅读✓ 已解决
1 回答842 阅读✓ 已解决
2 回答494 阅读✓ 已解决
928 阅读
1 回答675 阅读
php 到接口中有
$sphinxobject->SetFilterRange($col, 10, 1000);
是查找 10到 1000 可以代替一下