-
Notifications
You must be signed in to change notification settings - Fork 29
Labels
bugBreaks something but is not blockingBreaks something but is not blockingclient requestIssue reported by production librariesIssue reported by production librariesf: search
Description
Bug description:
When the partOf document contains several titles only the last one is indexed in the child document. See for example:
Le ski et ses frontières
Auteur: Busset, Thomas
Document hôte (partOf): Surmonter les frontières à ski
PID: 2079395
Expected behavior:
The full title: title._text is indexed in the child document.
Steps to Reproduce:
Steps to reproduce the problem:
- Create a document with
partOffield on a document containing multiple fields for title. - Check the search results: https://myserver.xx/api/documents/?q=pid:new_pid
- The new document should contains the full parent title.
PRE:
- Search for "surmonter busset ski" : only one result
- Search "überwinden busset ski" : three results
- Only the german part of the child document's title is indexed and gives the expected search results
Context
Server:
- production: bib.rero.ch or ils.bib.uclouvain.be
- test: bib.test.rero.ch
- dev: ilsdev.test.rero.ch
- dev test : ils.test.rero.ch
Version:
<=v1.9.0
Metadata
Metadata
Assignees
Labels
bugBreaks something but is not blockingBreaks something but is not blockingclient requestIssue reported by production librariesIssue reported by production librariesf: search