getsentry / vanguard

Apache License 2.0
41 stars 3 forks source link

Searching for multiple terms causes Internal Server Error #85

Closed kahest closed 1 year ago

kahest commented 2 years ago

Steps to Reproduce

Expected Result

Performs search using the specified terms and presents results

Actual Result

Internal Server Error

dcramer commented 1 year ago

we have fixed sentry so have an actual stack to go w/ this now https://sentry.io/share/issue/82f36cb3110a434e9d4f64e3bb1b731e/

dcramer commented 1 year ago

So the tl;dr is my understanding of postgres search was wrong. It actually requires a special syntax. Need to rethink how search is implemented.