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

Duplicate search results #1196

Closed
bfabio opened this issue May 11, 2022 · 3 comments
Closed

Duplicate search results #1196

bfabio opened this issue May 11, 2022 · 3 comments
Assignees
Labels

Comments

@bfabio
Copy link
Member

bfabio commented May 11, 2022

When searching, the results are often duplicated, eg: "comuni"

image

cc @mfortini

@bfabio bfabio added the bug label May 11, 2022
@bfabio bfabio self-assigned this May 11, 2022
@bfabio
Copy link
Member Author

bfabio commented May 11, 2022

It should be fixed now, there was duplicate index (publiccodes) in the ElasticSearch jekyll alias, because the crawler automatically recreates it every night (the alias, not the index). The index name needs to be publiccodes (and not fe, publiccodes_1 if we create a new one when reindexing for changes) and we can't use a different one as long as the crawler behaves like that.

@mfortini can you confirm?

@mfortini
Copy link
Contributor

@bfabio I confirm it is fixed now. Thank you

@bfabio
Copy link
Member Author

bfabio commented May 11, 2022

@mfortini thank you for reporting it!

@bfabio bfabio closed this as completed May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants