You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": {
"problem":"UPSTREAM_ERROR",
"message":"Query too long. Max Length: 1000 Query Length: 1022"
}
}
Steps to replicate
Put a string over 1000 characters in an allsearch-api search (start with https://allsearch-api.princeton.edu/search/article?query= then put over 1K characters after)
Impact of this bug
Very long queries are not searched against the articles at all
Expected behavior
When a user puts in a very long query, it is still queried against the Summon article service
Actual behavior
Very long queries only get an error from Summon and are not searched.
example very long url
produces
Steps to replicate
https://allsearch-api.princeton.edu/search/article?query=
then put over 1K characters after)Impact of this bug
Very long queries are not searched against the articles at all
Honeybadger link
https://app.honeybadger.io/projects/114176/faults/109358488/01JCCN7VZEHK034N7HYBSK8VJ9?page=0
Implementation notes, if any
The text was updated successfully, but these errors were encountered: