Sphinx运营商“少”

时间:2011-03-04 11:28:30

标签: sql linux postgresql search sphinx

我想......我的英语很糟糕 - 看看例子:

SELECT * FROM table WHERE price < 1000

我如何使用sphinx(数据库PostgreSQL)?

1 个答案:

答案 0 :(得分:4)

SetFilterRange('price',0,1000);

SetSelect('price&lt; 1000 as fil'); SetFilter('price',array(1));