Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
OpenCMIS 0.13.0
-
None
-
None
-
Alfresco Community 5.0.d on Linux with MySQL
Client on Windows 8
Description
CMIS query with search on float (and double also) property always returns nothing even they are some hits.
The same query on the same data custom model works fine when Alfresco and MySQL are running on Windows, and also when Alfresco is running with Postgre DB on Linux.
It's the same bug from Workbench or from our java client.
Query:
SELECT * FROM ba:doc WHERE ba:amount > 10 AND ba:amount < 150
where amount is float property:
<property name="ba:amount">
<type>d:float</type>
</property>