I see that when I pass certain special characters (that are URL Encoded) such as parentheses or a comma as part of the filter string, they get excluded from the actual lower level query, and the final query is thus incorrect.
Could someone help me with how this can be corrected, or confirm if it is indeed a genuine bug? It seems like #28 is a similar issue for a different special character as well.
Hi Team,
I referred to the documentation, and when using the below snippet to build the query:
I see that when I pass certain special characters (that are URL Encoded) such as parentheses or a comma as part of the filter string, they get excluded from the actual lower level query, and the final query is thus incorrect.
Could someone help me with how this can be corrected, or confirm if it is indeed a genuine bug? It seems like #28 is a similar issue for a different special character as well.
Thanks! Mahir