----- 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 form char, varchar and text columns and
you may  perform full-text search only ot these indexed columns..

unless you use the IN BOOLEAN MODE modifier, that does not require the filed
to be full-text indexed.. so maybe it will work on blob fields as well.
>
> PS.
> sql,query,queries,smallint
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>

==================
Stanimir Dzharkalov
Developer
Internet Division
MobilTel EAD
email: [EMAIL PROTECTED]
==================


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to