GenSpectrum / cov-spectrum-website

A web platform to detect and analyze variants of SARS-CoV-2
https://cov-spectrum.org
GNU General Public License v3.0
60 stars 14 forks source link

Fix error handling of invalid variant query #988

Open fengelniederhammer opened 3 months ago

fengelniederhammer commented 3 months ago

Currently it just shows an empty page when the specified variant query (aka advanced search) is invalid:

https://open.cov-spectrum.org/explore/Germany/AllSamples/Past6M/variants?variantQuery=bla+blub&

grafik

What's the desired state? An error box that tells you that your variant query was wrong?