#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:
------------------------+-----------------
Comment (by simko):
In those 11 cases when there were no local hits found, every time
`perform_external_collection_search()` is called, the execution stops
shortly afterwards with `return page_end()`.
In that 1 other case, there were some local hits found, and
`perform_external_collection_search()` is executed at the very end,
after local search was executed and after local results were
displayed.
In all these cases, `perform_external_collection_search()` is called
only once, and only after local hits were searched for and eventually
displayed.
Where is the degradation of performance?
--
Ticket URL: <http://invenio-software.org/ticket/541#comment:4>
Invenio <http://invenio-software.org>