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

adding/changing Asset transcription/translation does not cause work to be reindexed #1428

Closed
jrochkind opened this issue Oct 28, 2021 · 3 comments
Assignees

Comments

@jrochkind
Copy link
Contributor

jrochkind commented Oct 28, 2021

So changes you make to an asset indexed text aren't visible in the search index until the Work is reindexed, perhaps by saving the work in admin interface. this is a problem when we go adding translation/transcription to existing works, the added text might not end up searchable.

We didn't used to include anything from members in the indexing of the work. So didn't have this issue.

When we crossed that bridge, we forgot it was an issue.

One workaround would just be to reindex everything every night or something, since our indexing currently only takes a couple minutes.

Or we could actually solve it. Perhaps with a new fancy feature in kithe. sciencehistory/kithe#121

(Note, I don't know if this is particularly well-solved in samvera-world either, it would be interesting to check with that community though)

@jrochkind
Copy link
Contributor Author

@apinkney0696 note, this is kind of a problem, we might want to prioritize it. :(

@jrochkind
Copy link
Contributor Author

A simpler way to try to handle this might be just at the controller level for staff UI -- and we have to know that if we are batch-changing transcriptions/translations via some other means, we'll just have to reindex the implicated Works "out of band".

@jrochkind jrochkind self-assigned this Oct 28, 2021
@jrochkind
Copy link
Contributor Author

This one is really tricky. I'm sitting on it still for a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant