Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-15426

Support NXQL canonical name for complex properties without prefix

    XMLWordPrintable

    Details

      Description

      Some schema are defined without prefix (nuxeo-core/src/main/resources/OSGI-INF/CoreExtensions.xml) this is the case for file, notes, uuid, ...

      Such field have a canonical name without prefix and can be queried like this:

       SELECT * FROM Documents WHERE content/name='foo'

      Or using the schema name as a prefix:

       SELECT * FROM Documents WHERE file:content/name='foo'

      The canonical name is not supported by Elasticsearch NXQL.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                bdelbosc Benoit Delbosc
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: