Setting up FULLTEXT table

2001-04-09 Thread MikemickaloBlezien
I posted a couple problems regarding the use of the FULLTEXT indexing and a search query problem, but never got any responses. So maybe some one may shed some lite on setting up a table with the FULLTEXT index. I've read thru the MySQL docs on this and it's not real clear. When setting up a

Re: Setting up FULLTEXT table

2001-04-09 Thread Sergei Golubchik
Hi! On Apr 09, MikemickaloBlezien wrote: I posted a couple problems regarding the use of the FULLTEXT indexing and a search query problem, but never got any responses. So maybe some one may shed some lite on setting up a table with the FULLTEXT index. I've read thru the MySQL docs on this

Re: Setting up FULLTEXT table

2001-04-09 Thread MikemickaloBlezien
On Mon, 9 Apr 2001 23:16:21 +0200, Sergei Golubchik [EMAIL PROTECTED] wrote: Then how come I keep getting these results when setting a test table. Am I missing something here?? Create the table: DROP TABLE IF EXISTS bus_search; CREATE TABLE bus_search ( bus_id int(8), title varchar(200),

Re: Setting up FULLTEXT table

2001-04-09 Thread Sergei Golubchik
Hi! On Apr 09, MikemickaloBlezien wrote: On Mon, 9 Apr 2001 23:16:21 +0200, Sergei Golubchik [EMAIL PROTECTED] wrote: Then how come I keep getting these results when setting a test table. Am I missing something here?? Create the table: DROP TABLE IF EXISTS bus_search; CREATE TABLE

Re: Setting up FULLTEXT table

2001-04-09 Thread MikemickaloBlezien
On Tue, 10 Apr 2001 01:05:47 +0200, Sergei Golubchik [EMAIL PROTECTED] wrote: Ok, I kind of thought that might be it, but wasn't sure. Thanks for you assistance. Then how come I keep getting these results when setting a test table. Am I missing something here?? Create the table: DROP