Re: MySQL full-indexing

2001-04-05 Thread Peter Szekszardi
Hi Dennis, Yes, this is the way it works. You can do a match against on whole words only. If you want to search for 'support' match against 'support' is ok, but match against 'supp' will not work. In these cases your only choice is to use where field like '%supp%'. (As far as I know). In MySQ

Re: MySQL full-indexing

2001-04-05 Thread Sergei Golubchik
Hi! On Apr 05, Dennis S.Davidoff wrote: > Hi, all. > > I'm a newbie so be gentle > > I have a quastion about new feature of MySQL - Full-text indexing > (http://www.mysql.com/doc/M/y/MySQL_full-text_search.html). Cutting: "Since > Version 3.23.23, MySQL has support for full-text indexing and se