re: Text fields & Full text search

2003-02-27 Thread Victoria Reznichenko
On Thursday 27 February 2003 13:45, Hugo Wetterberg wrote: > Does anyone know how to use text fields (BLOB) in the full text search? You can create a fulltext index only on the VARCHAR and TEXT columns, but not on the BLOB. How to use fulltext index with TEXT columns look at: http:/

Re: Text fields & Full text search

2003-02-27 Thread Stanimir Dzharkalov
- Original Message - From: "Hugo Wetterberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 1:45 PM Subject: Text fields & Full text search > Does anyone know how to use text fields (BLOB) in the full text search? > Hugo You may create a fulltext indexes