#223: Command-line usage of the search engine should be verbose.
-----------------------+----------------------------------------------------
Reporter: bthiell | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: WebSearch | Version:
Keywords: |
-----------------------+----------------------------------------------------
Currently the verbosity of the search engine is turned on mainly when the
request comes from an Apache process. When using the command-line,
changing the value of the verbose does not make any difference.
This is especially problematic when trying to debug some requests and
forces the developer to manually print results in the search engine code
when the debugging could be made easier.
Example:
{{{
perform_request_search(p="Ellis")
}}}
and
{{{
perform_request_search(p="Ellis", verbose=9)
}}}
--
Ticket URL: <http://invenio-software.org/ticket/223>
Invenio <http://invenio-software.org>