04-24-2014 12:37 PM
04-24-2014 12:54 PM
Also, how about searching for documents with no subjects OR with subject 'X'.
04-24-2014 07:01 PM
You can use the following query for this:
SELECT * FROM Document WHERE dc:subjects/* IS NULL
Adding the usual filters on deleted documents or versions:
SELECT * FROM Document WHERE dc:subjects/* IS NULL AND ecm:mixinType != 'HiddenInNavigation' AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted'
If the question is about the User Interface and the default forms displayed by Nuxeo (in the FacetedSearch for example), then you must override the search or add you own (Content-View in Studio, with the "Faceted Search" box checked), because by default, Nuxeo handles the empty parameters of these layouts as if they where not filled at all.
04-25-2014 06:20 AM
It works ! Thank you very much !
05-19-2014 07:52 PM
Good idea. Just did it today thanks
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.