ParsePy icon indicating copy to clipboard operation
ParsePy copied to clipboard

Regex matching for string types does not appear to function

Open Gene-Rides opened this issue 8 years ago • 1 comments

I have an existing Parse database with various types of information in it. I am able to get objects and use the basic functions. When I try to find an object by matching a regex expression (e.g. label_regex='$1234' on a String type in Parse, the operation fails. I am able to do this operation using the Parse Server API console.

The issue appears to be that the query manager is attempting to URL encode the escape characters and it should not be doing that. I have C++ code that performs various tasks with the Parse API and it rejects requests which include escape sequences.

Gene-Rides avatar Aug 08 '17 11:08 Gene-Rides

I have an existing Parse database with various types of information in it. I am able to get objects and use the basic functions. When I try to find an object by matching a regex expression (e.g. label_regex='$1234' on a String type in Parse, the operation fails. I am able to do this operation using the Parse Server API console.

The issue appears to be that the query manager is attempting to URL encode the escape characters and it should not be doing that. I have C++ code that performs various tasks with the Parse API and it rejects requests which include escape sequences.

dude, have you the solution about this question?

imaxu avatar Jul 22 '20 12:07 imaxu