Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publisher cities returns duplicates #468

Open
justinlittman opened this issue Dec 1, 2021 · 3 comments
Open

Publisher cities returns duplicates #468

justinlittman opened this issue Dec 1, 2021 · 3 comments

Comments

@justinlittman
Copy link

https://lookup.ld4l.org/authorities/search/local/publisher_cities_select_list?q=Copenhagen&maxRecords=8&lang=en&context=true&response_header=true&startRecord=1 returns dupes:

[{
	"id": "http://id.loc.gov/authorities/names/n79043343",
	"label": "Copenhagen (Denmark)",
	"uri": "http://id.loc.gov/authorities/names/n79043343"
}, {
	"id": "http://id.loc.gov/authorities/names/n79043343",
	"label": "Copenhagen (Denmark)",
	"uri": "http://id.loc.gov/authorities/names/n79043343"
}]
@elrayle
Copy link
Member

elrayle commented Dec 10, 2021

@jimfhahn This looks like it might be a data issue. Can you take a look and confirm the source data is correct?

For this specific example, I see Copenhagen at line 172 and 688.

@jimfhahn
Copy link

thanks, I'll take a look.

@jimfhahn
Copy link

Ok, got it now, the other duplicate was Detroit.

Fixed and updated here: box link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants