locdb / locdb-frend

Fr(ont-)end for the Linked Open Citation Database.
https://locdb.github.io
GNU General Public License v3.0
6 stars 2 forks source link

Strange search results with "Browse" #370

Open kleinann opened 6 years ago

kleinann commented 6 years ago

In the production system, I tried to find some records that where in the data dump that Anne converted to the new data format. I wasn't able to. Examples: "type": "JOURNAL_ARTICLE", "journalArticle_title": "The New Statesman Interview", "journalArticle_subtitle": "Jimmy McGovern ", "journalArticle_contributors": [ { "roleType": "AUTHOR", "heldBy": { "nameString": "Hari, Johann", "givenName": "", "familyName": "" } } ], "journalArticle_publicationDate": "2002-01-01T00:00:00.000Z", "partOf": "5bab9d7fc3bd212c243563b5", "status": "VALID", "journalArticle_embodiedAs": [ {} ] }, { "_id": "5bab9d7fc3bd212c243563b5", "journalIssue_identifiers": [ { "literalValue": "2070746-0", "scheme": "ZDB_ID" } ], "type": "JOURNAL_ISSUE", "journal_title": "New Statesman", "journalVolume_number": "28 January 2002", "journalIssue_number": "", "status": "VALID" },

I searched for "The New Statesman Interview" Result:

grafik

3 of the 4 journal issues displayed are completely empty. The third is a completely different thing.

{ "_id": "5a5ce37b26f6bc19fe208ac8", "journalArticle_identifiers": [ { "literalValue": "10.1080/14660970802257572", "scheme": "DOI" }, { "literalValue": "http://dx.doi.org/10.1080/14660970802257572", "scheme": "URL_CROSSREF" } ], "type": "JOURNAL_ARTICLE", "journalArticle_title": "‘This is England’", "journalArticle_subtitle": "sanitized fandom and the national soccer team", "journalArticle_contributors": [ { "roleType": "AUTHOR", "heldBy": { "nameString": "Hughson, John", "givenName": "", "familyName": "" } }, { "roleType": "AUTHOR", "heldBy": { "nameString": "Poulton, Emma", "givenName": "", "familyName": "" } }, { "roleType": "PUBLISHER", "heldBy": { "nameString": "Informa UK Limited", "givenName": "", "familyName": "" } } ], "journalArticle_publicationDate": "2008-01-01T00:00:00.000Z", "partOf": "5bab9d7fc3bd212c243563b7", "status": "VALID",

Search for 10.1080/14660970802257572. Results:

grafik

The three results contain the DOI-Prefix 10.1080 but it's not the right article.

Search for ZDB-ID (f.ex. 1465032-0) returns no results.

lgalke commented 6 years ago

396 has addressed this issue of the display of the results. Everything that could not be found either way is left to the back-end ;). Please test again @kleinann, whether the display has already resolved some of the issues