-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.10, 9.10, 10.1
-
Component/s: Elasticsearch
-
Release Notes Summary:ecm:versionVersionableId is indexed by Elasticsearch
-
Tags:
-
Backlog priority:500
-
Upgrade notes:
-
Sprint:nxcore 10.1.3
-
Story Points:3
- install nuxeo 7.10
- create a document
- make several versions of it
- retrieve the live document id
- in NXQL search make a query using ecm:versionVersionableId like:
SELECT * FROM Document WHERE ecm:versionVersionableId
- uncomment the following line in nuxeo.conf
- enable the nxql_search
- try the same request, nothing is returned
After checking with engineering, the JsonESDocumentWriter class should be updated as the methode writeSystemProperties does not currently handle ecm:versionVersionableId.