Closed blokhin closed 3 years ago
How to reproduce:
Try rather complex query e.g. elements HAS ANY "C","Si","Ge","Sn","Pb" AND nelements=2: https://optimade.science/?filter=elements%20HAS%20ANY%20"C","Si","Ge","Sn","Pb"%20AND%20nelements=2&providers=threedd while only one provider is enabled.
elements HAS ANY "C","Si","Ge","Sn","Pb" AND nelements=2
Then enable arbitrary other new one, clicking by its avatar. The query in the input box changes on its own.
The problem is in the = sign in this part of the query: nelements=2
=
nelements=2
@PaulMaly ping
Yea seems it's a router bug. Could you please submit an issue to svelte-pathfinder repo?
Fixed with #19
Now fixed in production, thanks!
How to reproduce:
Try rather complex query e.g.
elements HAS ANY "C","Si","Ge","Sn","Pb" AND nelements=2
: https://optimade.science/?filter=elements%20HAS%20ANY%20"C","Si","Ge","Sn","Pb"%20AND%20nelements=2&providers=threedd while only one provider is enabled.Then enable arbitrary other new one, clicking by its avatar. The query in the input box changes on its own.
The problem is in the
=
sign in this part of the query:nelements=2