Currently there's only error message displayed in Property: "Failed to retrieve results." This happens whether the issue is user-generated or coming from the backend.
This branch introduces a new message for user errors that reflects the search terms passed to AIS:
Looking over 404 errors in Sentry, it seems fairly common for users to search using the wrong type, for instance Block instead of Address. This should help mitigate some of the confusion with the dropdown until there's a longer-term UI replacement (e.g. tabs).
Currently there's only error message displayed in Property: "Failed to retrieve results." This happens whether the issue is user-generated or coming from the backend.
This branch introduces a new message for user errors that reflects the search terms passed to AIS:
Looking over
404
errors in Sentry, it seems fairly common for users to search using the wrong type, for instance Block instead of Address. This should help mitigate some of the confusion with the dropdown until there's a longer-term UI replacement (e.g. tabs).Closes #119