Closed TobiasNx closed 5 months ago
Found this when using curl --header "Accept-Encoding: gzip" "http://lobid.org/organisations/search?q=_exists_:id&format=bulk"
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="~
curl "http://lobid.org/organisations/search?q=%22Gemeindeb%C3%BCcherei+Forst%22&location="
I cannot reproduce this again. Closing
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="
~