[Boost-bugs] [Boost C++ Libraries] #4770: trac custom query needs single option for muliple field search

Subject: [Boost-bugs] [Boost C++ Libraries] #4770: trac custom query needs single option for muliple field search
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-22 12:54:05


#4770: trac custom query needs single option for muliple field search
----------------------------------------+-----------------------------------
 Reporter: Jim Bell <jim@…> | Owner: dgregor
     Type: Feature Requests | Status: new
Milestone: Website 1.X | Component: trac / subversion
  Version: | Severity: Not Applicable
 Keywords: trac query |
----------------------------------------+-----------------------------------
 The trac custom query page needs a single option to allow searching across
 multiple fields, particularly Summary, Description and Keywords.

 Right now, to query 'xyz' in either Summary, Description or Keywords for a
 single Component, you have to set up an OR search for each field, and
 duplicate the Component for each OR-part.

 For instance, the current scheme requires this duplication:

 (Component is 'c' AND Summary contains 'xyz') OR (Component is 'c' AND
 Description contains 'xyz') OR (Component is 'c' AND Keywords contains
 'xyz')

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4770>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC