|
Posted by Carl on 08/02/05 02:17
kiqyou_vf wrote:
> Damn, I was hoping that it wouldn't be the only way. I looked at that
> earlier and couldnt understand anything. Are there any tutorials that
> use fulltext search that you know of? I mean, if thats the way I have
> to do it, then I'll do it but I was really hoping for a quicker
> solution- or a work around. Anyway, thanks for pointing me in the
> proper direction.
>
Why wouldn't you just use multiple 'anded' tests when pattern matching?
"SELECT * FROM `table` WHERE `description` LIKE '%interior%' AND
`description` LIKE '%home%'"
Carl.
Navigation:
[Reply to this message]
|