Re: [PHP] MySQL fulltext indices and phrase search

2001-05-02 Thread Steve Werby
"Jens Kisters" <[EMAIL PROTECTED]> wrote: > Hi there, is there a possibility to use MySQL's MATCH ... AGAINST to > look for a string like "foo bar" ? > > if i MATCH keyname AGAINST ('foo bar') i get resuts that match foo or > bar, but not both of them separated by a space. > > My guess is that t

[PHP] MySQL fulltext indices and phrase search

2001-05-02 Thread Jens Kisters
Hi there, is there a possibility to use MySQL's MATCH ... AGAINST to look for a string like "foo bar" ? if i MATCH keyname AGAINST ('foo bar') i get resuts that match foo or bar, but not both of them separated by a space. My guess is that the organization of the index doesn't allow this kind of