-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I seem to be having trouble filtering audit logs when there is a parenthesis in the search string. I escape the parenthesis and double encode it and still no joy
You can look at ANY audit log that contains a block in the format [Added property (<name of prop>:<value of prop>)]
If you search using this filter=description~"Added property %255c%2528" it will return all Added property results, but the second you add any character after the double encoded \( it returns nothing.
Am I doing something wrong?
the API call I am making would be something like this
{{baseUrl}}/setting/accesslogs?filter=description~"Added property %255c%2528p"
Metadata
Metadata
Assignees
Labels
No labels