rero / rero-ils

Integrated Library System flavour of Invenio by RERO+.
http://ils.test.rero.ch
GNU Affero General Public License v3.0
72 stars 27 forks source link

Add indexes for retrieval when linkink document to another document or authority #2352

Closed ThierryClavel closed 3 years ago

ThierryClavel commented 3 years ago

How it works

When cataloguing, to link a document to another document or to a MEF authority, only one index is proposed (generally Title index for documents or Access point for MEF):

Improvement suggestion

In different cases the autocompletion does not propose the right document or authority to link. as showned in example below. image

The enhancement proposal is to add other possibilities of retrieval mainly by identifiers . For example Title + ISSN + ISBN for Partof field

List of fields concerned (each with proposed indexes to add : [to be discussed by PO other indexes ? RERO ILS PID ?] PartOf : Title / add ISSN / ISBN PreceededBy : Title : add ISSN / ISBN SuccededBy: Title : add ISSN / ISBN supplement: Title : add ISSN / ISBN supplement of : Title : add ISSN / ISBN IssuedWith : Title : add ISSN / ISBN AlsoIssuedas: Title : add ISSN / ISBN Othereditions : Title : add ISSN / ISBN Work Access Point: IDREf and GND identifiers contributors: IDREf and GND identifiers Subjects: IDREf and GND identifiers

An separate issue rero/rero-ils#2249 was done for display identifiers in autocompletion results

ThierryClavel commented 3 years ago

test : on ilsdev : search by ISSN in "contenu dans" field works but title is not brought back in field. When you click on blue arrow, 404 error "page not found" image

iGormilhit commented 3 years ago

@ThierryClavel

test : on ilsdev : search by ISSN in "contenu dans" field works but title is not brought back in field. When you click on blue arrow, 404 error "page not found" image

Yes, I've warned @jma about these two issues. Thanks.