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
support for 'escaping characters' in UQL queries? Additionally, it would be helpful to handle the bug of ignoring the '(' and ')' characters in queries.
How do we reproduce it?:
1- Select an Infinity plugin datasource in your panel.
The result of country is like "United Kingdom (test)" instead of "United Kingdom test". It seems the special chars like parenthesis are ignored and not possible to replace them.
*All below alternatives tried and not possible to escape paranthesis.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
support for 'escaping characters' in UQL queries? Additionally, it would be helpful to handle the bug of ignoring the '(' and ')' characters in queries.
How do we reproduce it?:
1- Select an Infinity plugin datasource in your panel.
2- Sample JSON api response:
The result of country is like "United Kingdom (test)" instead of "United Kingdom test". It seems the special chars like parenthesis are ignored and not possible to replace them.
*All below alternatives tried and not possible to escape paranthesis.
Beta Was this translation helpful? Give feedback.
All reactions