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
Hi! Thank you for feature. I tried this out and found some bugs.
Multi-value seems doesn't work. I have query: consumer: $consumer
Choose 2 options and get nothing. From google devtools in network i see following query: consumer: <null>|admin
I think it should have looked like this: consumer: ("<null>" OR "admin")
Query works badly with values with special characters. I have query: proxy_list: $proxy_list
From google devtools in network i see following query: proxy_list: api_name:clientid-persons-v1;v1\\.14\\.1
I think it should have looked like this: proxy_list: "api_name:clientid-persons-v1;v1.14.1"
I think need to add quotes and work through the moment with multi-value
Hi! Thank you for feature. I tried this out and found some bugs.
Multi-value seems doesn't work. I have query:
consumer: $consumer
Choose 2 options and get nothing. From google devtools in network i see following query:
consumer: <null>|admin
I think it should have looked like this:
consumer: ("<null>" OR "admin")
Query works badly with values with special characters. I have query:
proxy_list: $proxy_list
From google devtools in network i see following query:
proxy_list: api_name:clientid-persons-v1;v1\\.14\\.1
I think it should have looked like this:
proxy_list: "api_name:clientid-persons-v1;v1.14.1"
I think need to add quotes and work through the moment with multi-value
Originally posted by @Neko-Follower in #40 (comment)
The text was updated successfully, but these errors were encountered: