neurostuff / neurostore

The NeuroStore/Neurosynth application
https://compose.neurosynth.org
9 stars 6 forks source link

update frontend search UI to use new informative error messages #854

Open nicoalee opened 5 days ago

nicoalee commented 5 days ago

We are trying to enhance the frontend to allow for more intuitive search using pubmed like query structures. We have that implemented in the BE now, and want to update the FE such that if it receives a 400 level error, it should show the user that the query was incorrect and display the error received from the BE.

Related to: https://github.com/neurostuff/neurostore/pull/851