RE: customized variations on words with fulltext

2006-04-13 Thread Santino
year, .COM.AU for fifty dollars two years! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 April 2006 4:51 PM To: mysql@lists.mysql.com Subject: Re: customized variations on words with fulltext Not being an expert on FULLTEXT functions yet, I suppose

RE: customized variations on words with fulltext

2006-04-13 Thread mysql
What about letting the user make the right choice in the first place? Like when you use Google, you only get what results from what you type into standard Google. Keith -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMA

RE: customized variations on words with fulltext

2006-04-13 Thread Taco Fleur
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 April 2006 4:51 PM To: mysql@lists.mysql.com Subject: Re: customized variations on words with fulltext Not being an expert on FULLTEXT functions yet, I suppose you could hard code some type of search function into your application code, then

Re: customized variations on words with fulltext

2006-04-13 Thread mysql
Not being an expert on FULLTEXT functions yet, I suppose you could hard code some type of search function into your application code, then create all the relevant search options for the FULLTEXT query in your app logic, then post the FULLTEXT query off to mysql. Or store the different search o