-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0
-
Component/s: Core VCS, Query & PageProvider
-
Tags:
-
Upgrade notes:
For full generality, add a way to express the fulltext score in NXQL:
SELECT ecm:fulltextScore, ... WHERE ecm:fulltext = 'foo' SELECT ... WHERE ecm:fulltext = 'foo' ORDER BY ecm:fulltextScore DESC
This only applies if there a single fulltext match expression.
This is also needed for compatibility with CMISQL semantics.