Closed mouette closed 9 years ago
I think there is an issue withe the criterion endsWith.
At line 335 of ObjectFilter return fieldValue.toString().startsWith(value.toString()); instead of return fieldValue.toString().endsWith(value.toString());
Thanks
thanks
I will fix it.
I think there is an issue withe the criterion endsWith.
At line 335 of ObjectFilter return fieldValue.toString().startsWith(value.toString()); instead of return fieldValue.toString().endsWith(value.toString());
Thanks