hbz / lobid-organisations

Transformation, web frontend, and API for lobid-organisations
http://lobid.org/organisations
Eclipse Public License 2.0
13 stars 3 forks source link

Index keeps duplicate entries #512

Closed TobiasNx closed 5 months ago

TobiasNx commented 5 months ago

Found this when using curl --header "Accept-Encoding: gzip" "http://lobid.org/organisations/search?q=_exists_:id&format=bulk"

Saw that duplicate entries are provided, the "overwritten" DBS entries are still part of the index. They should be replaced.

~This is also true for curl "http://lobid.org/organisations/search?q=%22Gemeindeb%C3%BCcherei+Forst%22&location="~

TobiasNx commented 5 months ago

I cannot reproduce this again. Closing