#624: WebSearch: fix collection-restricted browsing in MARC tags
-----------------------+-----------------
Reporter: simko | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: WebSearch | Version:
Keywords: |
-----------------------+-----------------
When browsing in a certain collection (e.g. Pictures on the demo
site), then things work well when browsing in logical fields (e.g.
title), meaning that only values related to the given collection are
displayed; but things do not work so well when browsing in MARC tags
(e.g. `245__a`), meaning that browse returns values irrespective of
whether they are relevant to the given collection. Compare:
{{{
http://localhost/search?p=aaa&f=title&action_browse=Browse&c=Pictures
http://localhost/search?p=aaa&f=245__a&action_browse=Browse&c=Pictures
}}}
The behaviour should be homogenised and a regression test should be
written to ensure it will stay fixed.
--
Ticket URL: <http://invenio-software.org/ticket/624>
Invenio <http://invenio-software.org>