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
Keyword searches that start with an asterisk trigger a stack trace, e.g., https://history.state.gov/search?q=*blah. We should catch Lucene query parser errors and report human-readable error messages:
We should probably surround our core queries with try-catch blocks. Ideally we will show the user a useful, actionable error message, but at the very least we should fail more gracefully than this.
Keyword searches that start with an asterisk trigger a stack trace, e.g., https://history.state.gov/search?q=*blah. We should catch Lucene query parser errors and report human-readable error messages:
We should probably surround our core queries with try-catch blocks. Ideally we will show the user a useful, actionable error message, but at the very least we should fail more gracefully than this.
See also @plutonik-a's observation in #89 (comment).
The text was updated successfully, but these errors were encountered: