#541: WebSearch - external_collections search degrades performance of the search
engine
------------------------+-----------------
Reporter: rchyla | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: WebSearch | Version:
Resolution: | Keywords:
------------------------+-----------------
Changes (by rchyla):
* status: closed => new
* resolution: invalid =>
Comment:
perfom_external_collection_search is called 13 times, 12x out of those
when len(results)=0
but in the very end of the perform_request_search, there is this:
{{{
# External searches
if of.startswith("h"):
if not of in ['hcs']:
perform_external_collection_search(req, cc, [p, p1, p2, p3],
f, ec, verbose, ln, selected_external_collections_infos)
return page_end(req, of, ln)
}}}
--
Ticket URL: <http://invenio-software.org/ticket/541#comment:3>
Invenio <http://invenio-software.org>