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
The combined values of all the leafs specified in the key are used to
uniquely identify a list entry. All key leafs MUST be given values
when a list entry is created. Thus, any default values in the key
leafs or their types are ignored. Any "mandatory" statements in the
key leafs are ignored.
But your issue is really shell quoting and escape rules, it gets rid of '' and passes it as en empty string.
If should work as expected if you change the path to /A/B[x=1][y=\'\']/C
Thanks for the RFC @karimra .
About that last bit you added regarding escape rules!. When I requested the above-mentioned path with [y=''] it said "Unexpected data after path". I guess without \ is working for me. It's just I need to have values for all the keys. Please add if anything I need to know.
I am requesting a list B for which one of the keys, say y='', has null value. When I pass this key in the path, it returns the error.
The text was updated successfully, but these errors were encountered: