SmartGWT 3.0 - Firefox/Chrome
SmartClient 8.2 (SmartClient_SC_SNAPSHOT-2012-01-30_v82)
FilterEditor with autoFetchTextMatchStyle set to substring does not function properly. Filtering appears to always use a case insensitive TextMatchStyle.EXACT.
One way to reproduce the problem:
1) Download SmartClient_SC_SNAPSHOT-2012-01-30_v82p_Evaluation.zip
2) Launch Feature Explorer
3) connect to http://localhost:8080/isomorphic/sys...rees_Filtering
4) Modify filtering.js and add
showFilterEditor:true,
autoFetchTextMatchStyle:"substring",
5) click "Try it"
6) Enter "full" into filter for column 'Employee Type'.
7) Press enter or the filter button. (empty result)
8) Enter "full time" or "FULL TIME" into filter for column 'Employee Type'.
...
In fact, the only filter criteria that works is 'full time'. The Show Contract button doesn't show any results and the results are inconsistent depending on the combination of options selected.
If showFilterEditor is false and the setting 'keep in parent' is checked, the behavior seems to stablize.
Thank you for your assistance.
SmartClient 8.2 (SmartClient_SC_SNAPSHOT-2012-01-30_v82)
FilterEditor with autoFetchTextMatchStyle set to substring does not function properly. Filtering appears to always use a case insensitive TextMatchStyle.EXACT.
One way to reproduce the problem:
1) Download SmartClient_SC_SNAPSHOT-2012-01-30_v82p_Evaluation.zip
2) Launch Feature Explorer
3) connect to http://localhost:8080/isomorphic/sys...rees_Filtering
4) Modify filtering.js and add
showFilterEditor:true,
autoFetchTextMatchStyle:"substring",
5) click "Try it"
6) Enter "full" into filter for column 'Employee Type'.
7) Press enter or the filter button. (empty result)
8) Enter "full time" or "FULL TIME" into filter for column 'Employee Type'.
...
In fact, the only filter criteria that works is 'full time'. The Show Contract button doesn't show any results and the results are inconsistent depending on the combination of options selected.
If showFilterEditor is false and the setting 'keep in parent' is checked, the behavior seems to stablize.
Thank you for your assistance.
Comment