Hi all,
I've updated my DB2E 8.2.2 to 8.2.4 and applied the patch SP20DELTA for MI2.5.
My purpose is to use the LIKE_INSENSITIVE operator during the search function.
In the "SearchProcessImpl.java", I tried to replace the following line :
(...) protexted RelationOperatorType defaultSearchOperator=RelationOperatorType.LIKE; (...)
by
(...) protexted RelationOperatorType defaultSearchOperator=RelationOperatorType.LIKE_INSENSITIVE; (...)
But after testing the program, nothing changed (as before the upgrade).
Could you please help me to use LIKE_INSENSITIVE operator ?
Kind regards