-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Assets - AQL, Assets - Service, performance, functionality
-
1
-
Severity 3 - Minor
-
2
Issue Summary
Searching with two backslashes in the basic filter inserts an extra double quotation mark (") in the Advanced AQL, causing the query to break and return no results. This affects both new and old Assets architecture tenants.
Steps to Reproduce
- Create some attributes that are stored with values of file paths
- Search the attribute with basic filter using two backslashes
- Update the filter with your selection
- No results will be seen
Expected Results
The filter displays correct results
Actual Results
Advanced AQL section is updated with the following query where a single quotation mark is added :
"CI name" LIKE \\"
Workaround
Manually update the AQL to the following :
"CI name" LIKE \\
- mentioned in
-
Page Loading...