Opened 14 years ago
Closed 14 years ago
#17139 closed enhancement (invalid)
Multiple keyword search: intersection instead of union
Reported by: | scribu | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Query | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
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
Change History (2)
Note: See
TracTickets for help on using
tickets.
Nevermind, the 'OR' is between post_title and post_content, not between clauses.