Oson take a look at mysql documentantion. You can do this with match 
against.
A IR system is somewhat different than a DB. But mysql is both an IR and 
a DB.

Oson, Chris M. wrote:

> Hello,
> 
> I have a site that I'm trying to implement a search engine on existing and 
> archived news stories on a medium text datatype in a database.
> 
> I read the documentation and got it running, but unless I missed something 
> it's not doing what I want it to do.
> 
> For example, if I put in the keywords [Alpine Fire], it will return all 
> stories with Alpine Fire in it.  That is what I want, but if there's 
> another story about a fire, the search will return that also.  Or if 
> there's a story about an incident on Alpine street, that will also 
> be returned.
> 
> What I want is only stories that contain the keywords [Alpine Fire].  Is 
> there a way to do that with a full text search?  I'd rather not have to 
> do a search using [LIKE '%Alpine Fire%'] because that doesn't seem like 
> the most efficient way to do a search.
> 
> chris
> 
> ---------------------------------------------------------------------
> 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
> 
> 

-- 
--
Antonio Gulli'        Ideare S.p.a          tel: (+39) 050  575300
[EMAIL PROTECTED]      Lungarno Mediceo 56   fax: (+39) 050  575583
whois:   AG2-ORG      I-56126 Pisa, Italy   http://www.ideare.com net: 

print pack"C*",split/\D+/,`echo "16iII*o\U@{$/=$z;[(pop,pop,unpack"H*",<>
)]}\EsMsKsN0[lN*1lK[d2%Sa2/d0<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<J]dsJxp"|dc`
 



---------------------------------------------------------------------
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