[wp-trac] [WordPress Trac] #17139: Multiple keyword search: intersection instead of union

WordPress Trac wp-trac at lists.automattic.com
Fri Apr 15 09:51:44 UTC 2011


#17139: Multiple keyword search: intersection instead of union
-------------------------+-----------------------------
 Reporter:  scribu       |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Future Release
Component:  Query        |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------------
Description changed by scribu:

Old description:

> When you search for more than one word, the SQL LIKEs are ORed together.
>
> They should be ANDed together, so that the more words you add, the fewer,
> and more relevant, results you get.
>
> Alternatively, all previous results could be returned, but ordered by
> relevance: more matching keyword = higher ranking. See #7394

New description:

 When you search for more than one word, the SQL LIKEs are ORed together.

 They should be ANDed together so that the more words you add, the fewer,
 and more relevant, results you get.

 Alternatively, all previous results could be returned, but ordered by
 relevance: more matching keywords = higher ranking. See #7394

--

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17139#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list