Re: [PHP] Re: how to sort search results by relevance? thanks

2001-08-30 Thread BRACK
Oh yeah! I just had old MySQL manual but I have upgraded MySQL and this function is working in my version, just was not described in docs Okay, thank you for help, I managed to do it. > On Wed, 29 Aug 2001 13:58:34 +0200, BRACK ([EMAIL PROTECTED]) wrote: >> > In article <3B8A1D6A.4295.2947D@lo

RE: [PHP] Re: how to sort search results by relevance?

2001-08-29 Thread Michael Geier, CDM Systems Admin
: Re: [PHP] Re: how to sort search results by relevance? On 29 Aug 2001, at 9:18, Mark Maggelet wrote: > On Wed, 29 Aug 2001 13:58:34 +0200, BRACK ([EMAIL PROTECTED]) wrote: > >> In article <3B8A1D6A.4295.2947D@localhost>, [EMAIL PROTECTED] > >> (Yura) wrote: > >

Re: [PHP] Re: how to sort search results by relevance?

2001-08-29 Thread BRACK
On 29 Aug 2001, at 9:18, Mark Maggelet wrote: > On Wed, 29 Aug 2001 13:58:34 +0200, BRACK ([EMAIL PROTECTED]) wrote: > >> In article <3B8A1D6A.4295.2947D@localhost>, [EMAIL PROTECTED] > >> (Yura) wrote: > >> > >> > How to sort search results of php-mysql site by relevance? > >> > >> See the mys

Re: [PHP] Re: how to sort search results by relevance?

2001-08-29 Thread Mark Maggelet
On Wed, 29 Aug 2001 13:58:34 +0200, BRACK ([EMAIL PROTECTED]) wrote: >> In article <3B8A1D6A.4295.2947D@localhost>, [EMAIL PROTECTED] >> (Yura) wrote: >> >> > How to sort search results of php-mysql site by relevance? >> >> See the mysql manual's chapter on FULLTEXT indexes. > >I indexed column 't

[PHP] Re: how to sort search results by relevance?

2001-08-29 Thread BRACK
> In article <3B8A1D6A.4295.2947D@localhost>, [EMAIL PROTECTED] > (Yura) wrote: > > > How to sort search results of php-mysql site by relevance? > > See the mysql manual's chapter on FULLTEXT indexes. I indexed column 'text' and tried to add "ORDER BY text DESC" in query and deleted wildcards

[PHP] Re: how to sort search results by relevance?

2001-08-27 Thread CC Zona
In article <3B8A1D6A.4295.2947D@localhost>, [EMAIL PROTECTED] (Yura) wrote: > How to sort search results of php-mysql site by relevance? See the mysql manual's chapter on FULLTEXT indexes. -- CC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For