08-18-2015 07:21 AM
i'm using Nxql to do search on my custom document types, but i've noticed that with this NXQL query :
<fixedPart>
ecm:isCheckedInVersion = 0 AND
ecm:mixinType != 'HiddenInNavigation' AND
ecm:currentLifeCycleState != 'deleted' AND ecm:parentId = ? AND
ecm:primaryType = 'fiche_technique'
</fixedPart>
the search is case sentitive, i mean "work" and "Work" are not the same with this query , can you tell what should i add in order to have a case insentitive search ?
08-18-2015 07:58 AM
hello,
you need to use the ILIKE operator to do case insensitive search.
Regards
08-18-2015 07:58 AM
hello,
you need to use the ILIKE operator to do case insensitive search.
Regards
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.