Re: [PHP] keyword search syntax

From: Robb Kerr (rkerr_at_digitaliguana.com)
Date: 10/28/03


To: php-general@lists.php.net
Date: Tue, 28 Oct 2003 08:35:48 -0600

On Tue, 28 Oct 2003 19:37:10 +0600, Raditha Dissanayake wrote:

> If you put up a full text index on it you can do searches that smell
> like a primitive search engine.
>
> best regards

Thanx. The LIKE operator wouldn't work. But, your tip on creating a
FULLTEXT index and executing a MATCH... AGAINST command worked like a
dream.

-- 
Robb Kerr
Digital IGUANA


Relevant Pages

  • Re:
    ... I am executing a file in Directory C which is importing a file f' in directory ... >> Regards, ... >> Jatinder Singh ... >>> Tiago S Daitx ...
    (comp.lang.python)
  • full text search problem!!.....help
    ... I tried executing some queries again... ... CREATE FULLTEXT CATALOG charlottecatalog ... it says this catalog already exist..as I creates it. ... Create fulltext index on TextElement ...
    (microsoft.public.sqlserver.fulltext)
  • Re: SQL Server Unclosed Quotes Error Message
    ... Regards ... > I am accessing SQL Server 2000 through ADO using D5. ... >Executing certain stored procedures randomly generate exception with ... >Sometimes '' is replaced by junk chars. ...
    (borland.public.delphi.database.ado)
  • Re: Closing methods
    ... then your code executing after the select is odd? ... I have a funny problem when closing files from a macro outside the file ... I have in my Personal.xls a macro called Close_files. ...
    (microsoft.public.excel.programming)
  • Re: How to configure Log shipping on SQL server 2000 developer edi
    ... I am getting problem in executing the following commands. ... > I have now successfully configure Log shipping on developer edition. ... > getting some error on executing the stored procedure on the secondary server. ... > With regards, ...
    (microsoft.public.sqlserver.replication)

Loading