-
Bug
-
Resolution: Fixed
-
High
-
2
-
Severity 3 - Minor
-
-
Warranty
Issue Summary
AQL failed when searching on referenced AQL with special characters, e.g
"ReferencedObj" IN ("\\test\*")
Steps to Reproduce
- Create Object Type A and add an object with a special character in its name, such as
\\test\*
- Create Object Type B and add a referenced object attribute named ReferencedObj, setting its type value to A.
- Add an object O1 in Object Type B and set its ReferencedObj to
\\test\*
- Search
"ReferencedObj" IN ("\\test\*")
Expected Results
O1 is returned
Actual Results
No objects returned
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available