04-14-2009 02:43 PM
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>var result = search.luceneSearch(query);
result.sort(Sorting);
….
function Sorting(a, b) {
var x = a.properties['cm:title'];
var y = b.properties['cm:title'];
return ((x > y) ? 1 : -1);
}var x = a.properties['cm:title'];
var y = b.properties['cm:title'];very long working.05-14-2009 06:07 AM
05-14-2009 06:40 AM
06-16-2009 02:00 PM
06-18-2009 01:49 PM
06-19-2009 09:43 AM
Sam, perhaps there is a correlation with attribute tokenization?
06-19-2009 09:56 AM
06-20-2009 04:08 AM
01-18-2010 10:40 AM
Tags
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.