|
Posted by Ewoud Dronkert on 11/03/54 11:16
On Wed, 18 May 2005 10:29:15 +0100, Chris wrote:
> What I need to do is to check how many of the terms actually match
> something.
I think the best way might be to maintain a separate index table with
terms. New search terms will be a bit slower. Alternatively, you could
just, in addition to your original query, have separate queries for each
term (using count() or using the rowcount of each result).
--
Firefox Web Browser - Rediscover the web - http://getffox.com/
Thunderbird E-mail and Newsgroups - http://gettbird.com/
Navigation:
[Reply to this message]
|