05-18-2012 05:35 AM
In Nuxeo the main way to do searches is through NXQL, the Nuxeo Query Language, a SQL-like query language.
Is it possible to use plain SQL lanaguage instead of NXQL,so that i dont need to do Complex property references(i.e dc:title,dc:subjects etc) after the SELECT, in the WHERE clause, and in the ORDER BY clause.
Please let me know if this possible
05-21-2012 10:35 AM
It's not possible. But I don't understand what it would gain you anyway, what's wrong with the current NXQL? It gets translated into pretty optimal SQL internally. Also note that dc:title
is not a "complex property".
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.