Fetching part of a document in NXQL

Is there a way to fetch a part of a document (eg. a particular set of metadata) using NXQL search?

0 votes

1 answers

2439 views

ANSWER



Hi,

You need to use CoreSession#queryAndFetch.

You'll find more details here: http://www.nuxeo.com/blog/development/2012/10/qa-friday-select-clause-nuxeo-nxql-queries/

1 votes