Hi everyone,
SmartGWT Version: All after 3.1 /Browsers: all
Since the TextMatchStyle: "Substring" bug was corrected on Jan/2013 there was a few posts where you guys (Isomorphic) mentioned about a flag that could revert to the old style.
Sample Bug Threads:
http://forums.smartclient.com/showthread.php?t=25116&highlight=textmatchstyle+flag
http://forums.smartclient.com/showthread.php?t=24699&highlight=textmatchstyle+flag
Maybe the EE showcase example "large value map" (http://www.smartclient.com/smartgwtee/showcase/#large_valuemap_sql) was affected by the TextMatchStyle.
Because, when the table is filtered using a item like "Adding Machine Roll 57x57mm Standard" the result are not exacly the "Adding Machine Roll 57x57mm Standard" itens. (see image)
I know it's is possible to use a advanced criteria to enforce the "exact" match for the field. (a example is in the threads listed)
Is there a way to enforce the "exact" TextMatchStyle for a field in the ds.xml file (without using java code)?
If it can be done in the ds.xml file it would be better than a global flag, since we could use is on a field basis, not global.
Also, was the flag implemented after all?
SmartGWT Version: All after 3.1 /Browsers: all
Since the TextMatchStyle: "Substring" bug was corrected on Jan/2013 there was a few posts where you guys (Isomorphic) mentioned about a flag that could revert to the old style.
Sample Bug Threads:
http://forums.smartclient.com/showthread.php?t=25116&highlight=textmatchstyle+flag
http://forums.smartclient.com/showthread.php?t=24699&highlight=textmatchstyle+flag
Maybe the EE showcase example "large value map" (http://www.smartclient.com/smartgwtee/showcase/#large_valuemap_sql) was affected by the TextMatchStyle.
Because, when the table is filtered using a item like "Adding Machine Roll 57x57mm Standard" the result are not exacly the "Adding Machine Roll 57x57mm Standard" itens. (see image)
I know it's is possible to use a advanced criteria to enforce the "exact" match for the field. (a example is in the threads listed)
Is there a way to enforce the "exact" TextMatchStyle for a field in the ds.xml file (without using java code)?
If it can be done in the ds.xml file it would be better than a global flag, since we could use is on a field basis, not global.
Also, was the flag implemented after all?
Comment