How To
Summary
When an Ariel search is run with the "contains" option, it conducts a case-insensitive match. This option means that "contains" is designed to test the text of a specified property without regard to the letter case. As a result, this operation can be more computationally expensive compared to an equivalent "matches" filter.
The "matches" filter, by default, performs case-sensitive pattern matching. This pattern matching will only match text that exactly corresponds to the specified pattern, distinguishing between uppercase and lowercase letters. However, to perform a case-insensitive match with the "matches" filter, you must add the (?i) flag at the beginning of the pattern. This flag tells the filter to ignore case distinctions.
This filter issue happens due to case sensitivity of the AQL.
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
25 July 2024
UID
ibm17160974