Hi,
 
I have problems with full-text search. My table contains text lines from
computer-generated log files rather than documents written by humans, and so
my first problem is that I need an exact match rather than a relevance
value, i. e. if the search string is 'ai', I really need all rows containing
'ai' to appear in the result, even if this includes 99 % of all rows.
 
Also, I would need to switch between 'case-sensitivity yes/no' and 'search
for whole words only yes/no'.
 
Currently, I load all rows to the client and do the search on the client. Is
there, or will there be, a way to do this kind of text search on the server?
 
thanks in advance
 
Anton Tichawa
 

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