Re: [GENERAL] Trouble with text search select statement

2008-04-30 Thread Mont Rothstein
Thank you. I knew it had to be something simple. Much appreciated. -Mont

Re: [GENERAL] Trouble with text search select statement

2008-04-30 Thread Klint Gore
Mont Rothstein wrote: I am having trouble getting a multiple column text search select statement to work. I've setup the following: CREATE TABLE tstest (col1 text, col2 text); INSERT INTO tstest (col1, col2) VALUES ('bird', 'moon'); CREATE INDEX tstest_ts_idx ON tstest USING gin(to_tsvector('e

[GENERAL] Trouble with text search select statement

2008-04-30 Thread Mont Rothstein
I am having trouble getting a multiple column text search select statement to work. I've setup the following: CREATE TABLE tstest (col1 text, col2 text); INSERT INTO tstest (col1, col2) VALUES ('bird', 'moon'); CREATE INDEX tstest_ts_idx ON tstest USING gin(to_tsvector('english', coalesce(col1, '