#530: WebSearch: fix failing search in case-insensitive collections
------------------------+---------------------
Reporter: lmarian | Owner: lmarian
Type: defect | Status: closed
Priority: major | Milestone: v1.0
Component: WebSearch | Version:
Resolution: fixed | Keywords:
------------------------+---------------------
Changes (by Ludmila Marian <ludmila.marian@…>):
* status: in_merge => closed
* resolution: => fixed
Comment:
In [db1b5f3007685e63dbf1232b72be7a6b9a0672c2]:
{{{
#!CommitTicketReference repository=""
revision="db1b5f3007685e63dbf1232b72be7a6b9a0672c2"
WebSearch: fix case-insensitive collection search
* Before checking if a record is in the reclist of a collection,
check if the collection actually exists and normalise its
name from case-insensitive to case-sensitive. (fixes #530)
* When trying to guess the collection of a record from the
referer URL, test if this referer comes from the same Invenio
installation, since URLs are similar in different installations.
}}}
--
Ticket URL: </ticket/530#comment:2>
Invenio <http://invenio-software.org>