We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
non discoverable items should disappear from oai; they do if you run the import, but the event consumer does not reflect this.
The text was updated successfully, but these errors were encountered:
by @cyplas:
Ok, I reproduced this now on our test server (fado): create a new submission ---> new handle: 11356/1160 visit https://*/repository/oai/cite?metadataPrefix=cmdi&handle=11356/1060 ---> "The given id does not exist" make rebuild_oai visit https://*/repository/oai/cite?metadataPrefix=cmdi&handle=11356/1060 ---> showed item Edit item > Permanently delete > Delete visit https://*/repository/oai/cite?metadataPrefix=cmdi&handle=11356/1060 ---> showed item make update_oai visit https://*/repository/oai/cite?metadataPrefix=cmdi&handle=11356/1060 ---> showed item make rebuild_oai visit https://*/repository/oai/cite?metadataPrefix=cmdi&handle=11356/1060 ---> "The given id does not exist" So it looks like the listener didn't work, and that update_oai is not enough for this, but rebuild_oai works.
Ok, I reproduced this now on our test server (fado):
So it looks like the listener didn't work, and that update_oai is not enough for this, but rebuild_oai works.
Sorry, something went wrong.
kosarko
No branches or pull requests
non discoverable items should disappear from oai; they do if you run the import, but the event consumer does not reflect this.
The text was updated successfully, but these errors were encountered: