10-22-2019 05:42 AM
Hello,
I have no result when I use STARTSWITH predicate in my page provider on a simple String property. If I change the predicate with a LIKE all is working.
Is there someone with the same issue ?
Thanks.
10-23-2019 12:36 AM
Write the NXQL query without the "SELECT * FROM Document WHERE" part which is already generated).
Then add your where clause conditions which need to filter for specific DocType.
Also use this **AND ecm:fulltext = '?*' **
10-23-2019 12:39 AM
Note: PageProvider may give WARNING .. Please ignore and use, it works.
10-23-2019 03:06 AM
The explication is in the documentation :
STARTSWITH
matches path-like values. When used withecm:path
, it matches documents whose path is strictly under the specified path. When used with an arbitrary string-based property, it assumes that the property value has the form of a/
-separated path, and then matches if the value is equal to or under the specified path.
My property value has not the form of a /
-separated path.
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.