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 and sorry for my poor english.
I've a problem with ')' char when i try to force cast with string() or use casters with a custom function.
To reproduce the issue:
Hi! So to understand, you have a query param value, which contains both , and ) reserved characters, like abc,), that you'd like to be extracted as a single string?
We could probably do a PR to make the value separator character (right now ,) an option. This way you could change it to a character you are not using as part of your string (like |)? Would that work?
Hi and sorry for my poor english.
I've a problem with ')' char when i try to force cast with string() or use casters with a custom function.
To reproduce the issue:
with '(' char works very well.
A workaround seems to use castParams that works with ')' but fails with ',' (the key is converted in array with $in operator)
To reproduce:
So i haven't still find a way to cast a key with ')' and ',' to simple string
Thanks for help and compliments for your package, is very useful.
Filippo
The text was updated successfully, but these errors were encountered: