> I think you need to make a second index that just consists of the one
column
>
> ALTER TABLE biblio ADD FULLTEXT (title)
>
> if you want to search on just that one column.
>
> ---John Holmes...
Exactly!
If you want to do a fultext search on a single column you must have a
fulltext index on that
I think you need to make a second index that just consists of the one column
ALTER TABLE biblio ADD FULLTEXT (title)
if you want to search on just that one column.
---John Holmes...
- Original Message -
From: "Angelo Zanetti" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, Ju
2 matches
Mail list logo