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

Avoid too long solr uris #479

Merged
merged 4 commits into from
Oct 3, 2023
Merged

Avoid too long solr uris #479

merged 4 commits into from
Oct 3, 2023

Conversation

cziaarm
Copy link
Collaborator

@cziaarm cziaarm commented Sep 30, 2023

Story

Various situations arise when there are a lot of collections that belong to a user in which big long queries that include all of those collection ids cause solr to carp about URIs that are too long. By making post rather than get requests in a small collection of places these errors are avoided.

Refs #473

Expected Behavior Before Changes

300+ collections cause dashboard and collection pages (when logged in) to fail

Expected Behavior After Changes

Dashboard and collection pages load even if there are many many collections

Screenshots / Video

Notes

My understanding is that the pre-Valkyrisation in Hyrax 3.5 may help with this issue

@cziaarm cziaarm temporarily deployed to staging October 2, 2023 08:19 — with GitHub Actions Inactive
@cziaarm cziaarm merged commit 356367a into main Oct 3, 2023
8 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant