#541: WebSearch - external_collections search degrades performance of the search
engine
------------------------+----------------------
Reporter: rchyla | Owner:
Type: defect | Status: in_merge
Priority: major | Milestone:
Component: WebSearch | Version:
Resolution: | Keywords:
------------------------+----------------------
Changes (by simko):
* status: new => in_merge
Comment:
In the code snippet you quoted, `perform_external_collection_search()`
is called only when `results_in_any_collection` is empty. That is,
when no local hits were found. In this case the external collections
are searched and displayed and the function execution ends afterwards.
This is wanted behaviour in case there are no local hits and it does
not degrade usual search performance in any way.
I'm therefore closing this ticket as invalid. If I have misunderstood
what you have meant, then please re-open and re-explain.
--
Ticket URL: <http://invenio-software.org/ticket/541#comment:1>
Invenio <http://invenio-software.org>