Provided by: xapian-tools_1.2.16-2ubuntu1_amd64 bug

NAME

       quest - Xapian command line search tool

SYNOPSIS

       quest [OPTIONS] 'QUERY'

DESCRIPTION

       quest - Xapian command line search tool

       NB: QUERY should be quoted to protect it from the shell.

OPTIONS

       -d, --db=DIRECTORY
              database to search (multiple databases may be specified)

       -m, --msize=MSIZE
              maximum number of matches to return

       -c, --check-at-least=HOWMANY
              minimum number of matches to check

       -s, --stemmer=LANG
              set the stemming language, the default is 'english' (pass 'none' to disable stemming)

       -p, --prefix=PFX:TERMPFX
              add a prefix

       -b, --boolean-prefix=PFX:TERMPFX
              add a boolean prefix

       -f, --flags=FLAG1[,FLAG2]...
              specify   QueryParser   flags.   Valid  flags:  auto_multiword_synonyms,  auto_synonyms,  boolean,
              boolean_any_case, default, lovehate,  partial,  phrase,  pure_not,  spelling_correction,  synonym,
              wildcard

       -h, --help
              display this help and exit

       -v, --version
              output version information and exit