Comment 6 for bug 480684

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 480684] Re: Return matching revisions

On Tue, 2010-02-09 at 01:46 +0000, Renato Silva wrote:
> bzr search PreferencesProvider works, but bzr search Preferences
> doesn't.

bzr-search doesn't do stemming - you can find what search terms there
are using suggestions - 'bzr search -s Preferences'. Likewise it doesn't
do regex searching.

> bzr search 'sidebar' works, but bzr search 'no-sidebar' doesn't.

Nor does it have a suffix index (where you put rabedis and rabedis-on in
an index and can then find both sidebar and no-sidebar efficiently).

> Also, the output is not effective, you don't have the revision number,
> and it's not so well formatted in my opinion:
> http://pastie.org/815629.txt

indeed, it can be improved - patches to do are welcomed. For now though,
lets keep trying to refine this bug into something more actionable -
e.g. a regex engine, stemming or suffix matching, etc.

-Rob