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

OAIIndexEventConsumer does not reflect changes #61

Open
kosarko opened this issue Apr 28, 2015 · 1 comment
Open

OAIIndexEventConsumer does not reflect changes #61

kosarko opened this issue Apr 28, 2015 · 1 comment

Comments

@kosarko
Copy link
Member

kosarko commented Apr 28, 2015

non discoverable items should disappear from oai; they do if you run the import, but the event consumer does not reflect this.

@kosarko
Copy link
Member Author

kosarko commented Jun 12, 2018

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.

@kosarko kosarko reopened this Jun 12, 2018
@kosarko kosarko changed the title OAIIndexEventConsumer does not reflect changes in discoverable OAIIndexEventConsumer does not reflect changes Jun 12, 2018
@kosarko kosarko added bug and removed cleanup obsolete, related to xmlui, old rest, etc. enhancement labels Jun 12, 2018
@kosarko kosarko modified the milestones: good ideas for later, Backlog Jun 12, 2018
@vidiecan vidiecan added the jm-low label Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants