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 'text' and tried to add "ORDER BY text DESC" in
>query and deleted wildcards in front of variables but still it
>doesn't
>sort results by number of found words (or parts of words). Maybe I
>didn't quite understand what to do?
or maybe you didn't look up fulltext indexes :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]