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
marchuffnagle
changed the title
Searching on non-existent collection returns 404 response instead of no results
Searching on non-existent collection returns 400 response instead of no results
Feb 21, 2022
http://localhost:3000/dev/search?collections=askldjfasdf
400 with body
index_not_found_exception: [index_not_found_exception] Reason: no such index [askldjfasdf]
Expected: 200 with no results
The text was updated successfully, but these errors were encountered: