[Xapian-tickets] [Xapian] #234: add an option to specify whether filter terms of a given prefix should be ORed or ANDed together

Xapian nobody at xapian.org
Wed Dec 23 23:40:55 GMT 2015


#234: add an option to specify whether filter terms of a given prefix should be
ORed or ANDed together
---------------------------+------------------------------
 Reporter:  tv+xapian.org  |             Owner:  olly
     Type:  enhancement    |            Status:  closed
 Priority:  normal         |         Milestone:  1.3.4
Component:  Omega          |           Version:  SVN trunk
 Severity:  minor          |        Resolution:  fixed
 Keywords:                 |        Blocked By:
 Blocking:                 |  Operating System:  All
---------------------------+------------------------------
Changes (by olly):

 * status:  assigned => closed
 * resolution:   => fixed
 * milestone:  1.3.5 => 1.3.4


Comment:

 Implemented in [e077e8f70b83955b19f5c05368f44b9ad1846c21].

 I've used the terminology "non-exclusive prefix", as that matches what the
 `QueryParser::add_boolean_prefix()` method calls a similar thing:

 {{{
 $setmap{nonexclusiveprefix,XCOLOUR,true}
 }}}

 Setting this affects both filter terms from `B` CGI parameters (e.g.
 ``B=XCOLOURred&B=XCOLOURblue``, and those from parsing the query string
 (e.g. ``colour:red colour:blue``).

--
Ticket URL: <http://trac.xapian.org/ticket/234#comment:11>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list