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
This fails because we expect multiple values per key to be comma separated. So the author list is separated into individual values, e.g. Nsadzetsen, and which fails the filter value validation
The text was updated successfully, but these errors were encountered:
Use query param `mf_<field>=<value>` to specify active filters for
the measurements panel. Invalid fields or values are ignored and
removed.
Multiple values for the same field are expected to give the query param
multiple times with different values, e.g.
`mf_reference_strain=A/Stockholm/18/2011&mf_reference_strain=A/Alabama/5/2010`
This is slightly different than the behavior of the tree filter param,
but I'm following this pattern to avoid the issue described in
<#1846>
First noticed when trying to share a URL for rabies tree filtered to specific authors.
This fails because we expect multiple values per key to be comma separated. So the author list is separated into individual values, e.g.
Nsadzetsen
, and which fails the filter value validationThe text was updated successfully, but these errors were encountered: