Problem:
For the developers using OutSystems and Oracle, some of existed data including _ , % etc. is not searchable with aggregate. Though there is a workaround by advanced query, but, it is not efficient regarding development.
Solution(Idea):
The idea is to make ‘aggregate’ able to ‘LIKE query’ a string including a character used as a wildcard character usually (‘_’, '%' etc.) so that the character is treated not as wildcard character, but as literal character when using Oracle.