Hi,
I have build an custom index which has a column that is "System.DateTime".
In my custom Indexbuilder class i set the value for that property like this beacuase it need to be a string in the "IndexDocument" class:
And in my Query i have a sort on that field in descending order but it not seem to sort it.
On my page it renders in this order:
And in my querypublisher page i also sort in descending order:
Any suggestions what can be wrong?