Complex Query with Sphinx
Posted
by maSnun
on Stack Overflow
See other posts from Stack Overflow
or by maSnun
Published on 2010-03-26T20:10:39Z
Indexed on
2010/03/26
20:13 UTC
Read the original article
Hit count: 563
I am using -- http://sphinxsearch.com/ . Its working fine for me except one problem. I need to exclude some entries where a specific field doesn't contain a word.
Something that would look like this in mysql:
Select * from table where yescolumn = 'query' and othercolumn not like '%keyword%'
Please help. Thanks.
© Stack Overflow or respective owner