Re: search restrict to a single directory

"Joe Shaw" <[email protected]> Wed, 1 Oct 2008 15:29:13 -0400
Newsgroups gmane.comp.gnome.dashboard.devel
Message-ID <[email protected]>
Hi,

On Wed, Oct 1, 2008 at 12:52 PM, Bernhard Kleine
<[email protected]> wrote:
> strange: "beagle-query inuri:FMRF --keywords snail" returns

I think you just want:

    beagle-query inuri:FMRF snail

That will return all documents with "snail" in it inside directories
named FMRF.  Both "inuri:FMRF" and "snail" are search terms.  The
"inuri" just instructs Beagle that that search term is to be treated
specially.  There are others like "startdate", "filetype", etc.

Joe