-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 RC1
-
Component/s: Core VCS, Query & PageProvider
Typically "select * from Document where dc:coverage STARTSWITH 'europe'" does not work anymore
=>
org.nuxeo.ecm.core.storage.sql.QueryMaker$QueryMakerException: STARTSWITH requires ecm:pathas left argument
Action : Change the QueryModel to automatically convert the query
=> "select * from Document where dc:coverage LIKE 'europe%'"