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

Disable Blacklight's autocomplete suggester since we don't have it co… #251

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

hectorcorrea
Copy link
Member

@hectorcorrea hectorcorrea commented Mar 22, 2022

Disable Blacklight's autocomplete suggester since we don't have it configured in Solr.

Fixes #244

Before the change as the user types a search Blacklight was submitting request to the backend and the backend was returning HTTP 500. These calls in turn were making calls to Solr's /suggest endpoint that we do not have configured and those are the ones that Honeybadger detected and reported.

After the change notice how the calls for suggest are not made anymore.

no_suggest

@hectorcorrea
Copy link
Member Author

This is how it looked when the suggest was enabled

suggest

@pulbot pulbot temporarily deployed to staging March 22, 2022 16:24 Inactive
@jrgriffiniii jrgriffiniii merged commit 4449987 into main Mar 22, 2022
@jrgriffiniii jrgriffiniii deleted the issue-244-solr-suggest branch March 22, 2022 16:34
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.

Solr suggest in production
3 participants